@charset "UTF-8";
 /**
 *
 * Lakeside School - default_15
 * @link https://lakeside.finalsite.com
 * Site Template : newclientcustom
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/lakeside
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-314-gb1b04cb468
 * Last build by: tpatzem
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1em;
  margin-left: 1em; }

.margin-x-2x {
  margin-right: 2em;
  margin-left: 2em; }

.margin-y {
  margin-top: 1em;
  margin-bottom: 1em; }

.margin-y-2x {
  margin-top: 2em;
  margin-bottom: 2em; }

.padding-x {
  padding-right: 20px;
  padding-left: 20px; }

.padding-x-2x {
  padding-right: 2em;
  padding-left: 2em; }

.padding-y {
  padding-top: 1em;
  padding-bottom: 1em; }

.padding-y-2x {
  padding-top: 2em;
  padding-bottom: 2em; }

.stretch-container {
  margin-right: -1em;
  margin-left: -1em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_15/fonts//icomoon.eot");
  src: url("/uploaded/themes/default_15/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_15/fonts//icomoon.woff2") format("woff2"), url("/uploaded/themes/default_15/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default_15/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default_15/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #494a4c;
  margin-bottom: 10px; }
  .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #494a4c; }
    .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: rgba(73, 74, 76, 0.65); }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px; }
  h1 .fs_style_44,
  .alpha .fs_style_44 {
    font-weight: 900; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 20px; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #820024;
  margin-bottom: 20px; }
  h3 .fs_style_45,
  .gamma .fs_style_45 {
    color: #696a6d;
    font-weight: 600;
    font-family: "calluna", Georgia, serif; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #820024;
  margin-bottom: 10px; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px;
  background-color: #ccc;
  border: none;
  height: 1px; }

a {
  text-decoration: none;
  color: #54bceb;
  transition: background .3s, color .3s; }
  a:hover {
    color: #003468; }

ul,
ol {
  margin-top: 0;
  padding-left: 1em; }

table.fs_style_28 {
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 23px;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  table.fs_style_28 tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    table.fs_style_28 tr:nth-of-type(odd) {
      background-color: #f8f8f8; }
    table.fs_style_28 tr:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  table.fs_style_28 td {
    padding: 0.5em 1em;
    vertical-align: top;
    border-bottom: none; }
    @media (max-width: 560px) {
      table.fs_style_28 td {
        display: block; } }

hr {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 50px auto;
  overflow: visible; }
  hr:before {
    content: '';
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px; }
  hr:after {
    content: '\e916';
    font-family: "IcoMoon";
    color: #820024;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 1;
    display: block;
    height: 36px;
    width: 25px; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! content - buttons v0.0.1 */
.fs_style_31, stylename_button-yellow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #eeb111;
  color: #820024;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #eeb111;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .fs_style_31:hover, stylename_button-yellow:hover {
    background: #eeb111;
    color: #820024;
    transition: .3s; }
  .fs_style_31 em, stylename_button-yellow em {
    display: block;
    font-style: normal; }
  .fs_style_31:hover, stylename_button-yellow:hover {
    color: #fff;
    background-color: #d09302;
    border-color: #d09302; }

.fs_style_30, stylename_button-red {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #820024;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #820024;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .fs_style_30:hover, stylename_button-red:hover {
    background: #820024;
    color: #fff;
    transition: .3s; }
  .fs_style_30 em, stylename_button-red em {
    display: block;
    font-style: normal; }
  .fs_style_30:hover, stylename_button-red:hover {
    background: #fff;
    color: #820024; }

.hollow-button, .fs_style_29 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #fff;
  color: #820024;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #eeb111;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .hollow-button:hover, .fs_style_29:hover {
    background: #eeb111;
    color: #820024;
    transition: .3s; }
  .hollow-button em, .fs_style_29 em {
    display: block;
    font-style: normal; }

.button-link, .fs_style_34 {
  color: #820024;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  line-height: 22px; }
  .button-link:after, .fs_style_34:after {
    content: '\e910';
    font-family: "IcoMoon";
    color: #eeb111;
    font-weight: normal;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .button-link:hover, .fs_style_34:hover {
    color: #eeb111; }

.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #fff;
  color: #820024;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #eeb111;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .fsLoadMoreButton:hover {
    background: #eeb111;
    color: #820024;
    transition: .3s; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.fs_style_33 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 20px 40px;
  color: #820024;
  outline: 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: .15s;
  margin-right: 5px;
  margin-bottom: 15px; }
  .fs_style_33:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: url("/uploaded/themes/default_15/images/bg_pattern.gif");
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .15s; }
  .fs_style_33:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #eeb111;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .15s; }
  .fs_style_33:hover {
    color: #820024;
    transition: .15s;
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    transition: .15s; }
    .fs_style_33:hover:before {
      -ms-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px);
      transition: .15s; }
  .fs_style_33 strong {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px; }

.fs_style_32 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 20px 40px;
  color: #ffe894;
  outline: 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: .15s;
  margin-right: 5px;
  margin-bottom: 15px; }
  .fs_style_32:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: url("/uploaded/themes/default_15/images/bg_pattern.gif");
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .15s; }
  .fs_style_32:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #820024;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .15s; }
  .fs_style_32:hover {
    color: #ffe894;
    transition: .15s;
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    transition: .15s; }
    .fs_style_32:hover:before {
      -ms-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px);
      transition: .15s; }
  .fs_style_32 strong {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px; }

#fsBannerRight .fs_style_33, #fsBannerRight .fs_style_32, #fsBannerLeft .fs_style_33, #fsBannerLeft .fs_style_32 {
  display: block; }

.custom-button {
  background-size: cover;
  background-position: center top;
  height: 280px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  overflow: hidden; }
  .custom-button p {
    margin-bottom: 0; }
  .custom-button:before {
    content: '';
    background-image: linear-gradient(to top, rgba(43, 13, 0, 0.65) 0%, rgba(43, 13, 0, 0.65) 10%, transparent 50%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .custom-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(130, 0, 36, 0);
    transition: .5s; }
  .custom-button > header {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in-out .15s;
    width: 100%; }
  .custom-button .fsElementTitle {
    text-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.15);
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700; }
  .fsStyleColumn .custom-button {
    font-size: 17px;
    line-height: 23px; }
    .fsStyleColumn .custom-button .fsElementTitle {
      font-size: 28px;
      line-height: 30px; }
  .custom-button .fsElementFooterContent a {
    color: #ffe894;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase; }
    .custom-button .fsElementFooterContent a.fs_style_34:after {
      color: #ffe894;
      font-size: 15px; }
  .custom-button:hover .button-content {
    transition: .5s;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }
  .custom-button:hover > header {
    opacity: 0;
    visibility: hidden;
    transition: 0s; }
  .custom-button:hover .button-content {
    max-height: none;
    opacity: 1;
    visibility: visible;
    transition: .5s; }
  .custom-button:hover:after {
    background: rgba(130, 0, 36, 0.9);
    transition: .3s;
    height: 100%; }

.button-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  position: absolute;
  width: 100%; }
  .button-content .fsElementContent {
    display: none; }
  .button-content > .fsElementTitle, .button-content > .fsElementHeaderContent {
    margin-bottom: 10px; }

.buttonLink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 6; }

/*! content - style manger v0.0.1 */
.inset-style {
  padding: 0 20px; }
  @media (min-width: 600px) {
    .inset-style {
      padding: 0 50px; } }
  @media (min-width: 700px) {
    .inset-style {
      padding: 0 12.5vw; } }
  @media (min-width: 1220) {
    .inset-style {
      padding: 0 200px; } }

body:not(.fsComposeMode) .inset-img.right {
  margin: 15px 0;
  float: none;
  width: 100%; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .inset-img.right {
      width: auto;
      float: right;
      max-width: 37.5vw;
      margin: 15px 30px;
      margin-right: -50px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .inset-img.right {
      margin-right: -12.5vw; } }
  @media (min-width: 1220) {
    body:not(.fsComposeMode) .inset-img.right {
      margin-right: -200px; } }
  body:not(.fsComposeMode) .inset-img.right img {
    float: none !important;
    margin: 0 auto !important; }

body:not(.fsComposeMode) .inset-img.left {
  margin: 15px 0;
  float: none;
  width: 100%; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .inset-img.left {
      width: auto;
      float: left;
      max-width: 37.5vw;
      margin: 15px 30px;
      margin-left: -50px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .inset-img.left {
      margin-left: -12.5vw; } }
  @media (min-width: 1220) {
    body:not(.fsComposeMode) .inset-img.left {
      margin-left: -200px; } }
  body:not(.fsComposeMode) .inset-img.left img {
    float: none !important;
    margin: 0 auto !important; }

.img-caption {
  margin: 5px auto 0;
  width: 100%; }

.img-caption, .fs_style_26 {
  color: #494a4c;
  font-family: "calluna", Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic; }
  .img-caption img, .fs_style_26 img {
    margin-bottom: 10px; }

p + .fs_style_26 {
  margin-top: -15px; }

.fs_style_26 img {
  display: block; }

body:not(.fsComposeMode) a.fs_style_39 {
  margin: 15px 0;
  float: none;
  width: 100%; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) a.fs_style_39 {
      width: auto;
      float: right;
      max-width: 37.5vw;
      margin: 15px 30px;
      margin-right: -50px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) a.fs_style_39 {
      margin-right: -12.5vw; } }
  @media (min-width: 1220) {
    body:not(.fsComposeMode) a.fs_style_39 {
      margin-right: -200px; } }
  body:not(.fsComposeMode) a.fs_style_39 .inset-img {
    float: none;
    margin: 0 auto;
    max-width: 100%; }
  body:not(.fsComposeMode) a.fs_style_39 img {
    float: none !important;
    margin: 0; }

body:not(.fsComposeMode) a.fs_style_41 {
  margin: 15px 0;
  float: none;
  width: 100%; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) a.fs_style_41 {
      width: auto;
      float: left;
      max-width: 37.5vw;
      margin: 15px 30px;
      margin-left: -50px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) a.fs_style_41 {
      margin-left: -12.5vw; } }
  @media (min-width: 1220) {
    body:not(.fsComposeMode) a.fs_style_41 {
      margin-left: -200px; } }
  body:not(.fsComposeMode) a.fs_style_41 .inset-img {
    float: none;
    margin: 0 auto;
    max-width: 100%; }
  body:not(.fsComposeMode) a.fs_style_41 img {
    float: none !important;
    margin: 0; }

.img-offset-wrapper {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  max-width: 100%; }
  .img-offset-wrapper:before {
    content: '';
    background: url("/uploaded/themes/default_15/images/bg_pattern.gif");
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px); }
  .img-offset-wrapper .fs_style_38, .img-offset-wrapper .fs_style_40 {
    position: relative; }

.leadin, .fs_style_23 {
  font-size: 28px;
  line-height: 34px;
  color: #696a6d;
  margin-bottom: 30px;
  font-family: "calluna", Georgia, serif; }

.leadin .fs_style_46 {
  font-size: 28px;
  line-height: 34px;
  color: #696a6d;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "calluna", Georgia, serif; }

.fs_style_25 {
  float: left;
  font-size: 103px;
  font-weight: 400;
  line-height: .75;
  font-family: "calluna", Georgia, serif;
  color: #820024;
  margin-right: 5px; }

.fs_style_27 {
  position: relative;
  padding: 30px 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "calluna", Georgia, serif;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  margin: 50px 0; }
  @media (min-width: 600px) {
    .fs_style_27 {
      font-size: 24px;
      line-height: 30px;
      padding: 40px 0; } }
  .fs_style_27 strong {
    display: block;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 10px;
    margin: 30px 0 0;
    font-family: "calluna-sans", sans-serif; }
    @media screen and (max-width: 599px) {
      .fs_style_27 strong {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 15px; } }
  .fs_style_27:before, .fs_style_27:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    background-color: #fff;
    font-size: 24px;
    color: #eeb111;
    font-family: "IcoMoon"; }
  .fs_style_27:before {
    content: "\e908";
    top: -15px; }
  .fs_style_27:after {
    content: "\e907";
    bottom: -15px; }

.fs_style_24, .fsCallout {
  padding: 0 15px;
  color: #eeb111;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2; }
  @media (min-width: 600px) {
    .fs_style_24, .fsCallout {
      padding: 0 80px;
      font-size: 28px;
      line-height: 36px; } }

.fsDialog .fsCallout {
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

img.fs_style_35 {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

/*! structure - header v0.0.1 */
.wf-loading {
  visibility: hidden; }

.wf-active, .wf-inactive {
  visibility: visible; }

#fsHeader .fsElement {
  margin-bottom: 0; }

.header-container {
  height: 90px;
  background-color: #fff;
  border-bottom: solid 1px #adb8bf;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1000px) {
    .header-container {
      height: 120px; } }
  .header-container:before {
    content: '';
    width: 100%;
    height: 45px;
    background-color: #820024;
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
    @media (min-width: 1000px) {
      .header-container:before {
        height: 50px; } }
  .header-container > .fsElementContent {
    position: relative;
    height: 100%; }

.header-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 36.875vw;
  height: 100%;
  max-height: 90px;
  background-color: #fff;
  border-right: solid 1px #adb8bf;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  z-index: 250;
  overflow: hidden; }
  @media (min-width: 400px) {
    .header-logo {
      width: 116px; } }
  @media (min-width: 1000px) {
    .header-logo {
      width: 10.76vw;
      max-height: 120px; } }
  .header-logo > .fsElementContent {
    height: 100%; }
  .header-logo h1 {
    margin: 0;
    height: 100%; }
  .header-logo a {
    display: block;
    padding: 0;
    color: transparent;
    position: relative;
    height: 100%; }
    .header-logo a:hover {
      color: transparent;
      background-color: #f8f8f8; }
    .header-logo a:before {
      position: absolute;
      max-width: 90px;
      width: calc(100% - 30px);
      max-height: calc(100% - 30px);
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block; }
      @media (min-width: 400px) {
        .header-logo a:before {
          max-width: 125px; } }
      @media (min-width: 1000px) {
        .header-logo a:before {
          width: calc(100% - 2.08vw);
          max-height: calc(100% - 2.08vw); } }
      .svg .header-logo a:before {
        content: url("/uploaded/themes/default_15/images/header_logo.svg"); }
      .no-svg .header-logo a:before {
        content: url("../images/header_logo.png"); }

@media (min-width: 950px) {
  .is-fixed body:not(.fsComposeMode) .nav-main {
    position: fixed;
    z-index: 25;
    background-color: #fff;
    width: 100%;
    width: calc(100% - 10.76vw);
    top: 0;
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.15); } }

@media (min-width: 950px) {
  .is-fixed body:not(.fsComposeMode) .header-logo {
    height: 45px;
    position: fixed;
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.15); }
    .is-fixed body:not(.fsComposeMode) .header-logo a:before {
      content: url("../images/logo_text.svg"); } }
    @media (min-width: 950px) and (min-width: 1000px) {
      .is-fixed body:not(.fsComposeMode) .header-logo a:before {
        top: 50%; } }
    @media (min-width: 950px) and (min-width: 1440px) {
      .is-fixed body:not(.fsComposeMode) .header-logo a:before {
        width: 100%;
        height: 100%;
        max-width: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 125px; } }

@media (min-width: 1000px) {
  .is-fixed body:not(.fsComposeMode) .header-logo {
    height: 70px; } }

@media (min-width: 950px) {
  .is-fixed body:not(.fsComposeMode) .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: auto;
    left: 0; } }

.fsComposeMode .landing-image {
  height: 400px; }

.landing-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: local;
  background-size: cover;
  position: relative;
  min-height: 150px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  color: #fff; }
  @media (min-width: 600px) {
    .landing-image {
      min-height: 25vw; } }
  @media screen and (max-width: 599px) {
    .landing-image {
      background-size: cover !important; } }
  .landing-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 4, 0, 0.3);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 5%, transparent 25%, transparent 100%);
    top: 0;
    left: 0; }
  .landing-image.right {
    text-align: right; }
    .landing-image.right .landing-content {
      float: right; }
  .landing-image.left > header {
    width: 100%; }
  .landing-image > header {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 980px) {
      .landing-image > header {
        bottom: 50px; } }
    @media (min-width: 1220px) {
      .landing-image > header {
        padding: 0;
        bottom: 70px; } }
  .landing-image .landing-content {
    width: 70%;
    max-width: 100%; }
    @media (min-width: 600px) {
      .landing-image .landing-content {
        width: 500px; } }
  .landing-image h2.fsElementTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (min-width: 600px) {
      .landing-image h2.fsElementTitle {
        font-size: 24px; } }
    @media (min-width: 800px) {
      .landing-image h2.fsElementTitle {
        font-size: 36px; } }
    @media (min-width: 980px) {
      .landing-image h2.fsElementTitle {
        font-size: 50px; } }
  .landing-image .fsElementHeaderContent {
    font-size: 16px;
    display: none; }
    @media (min-width: 600px) {
      .landing-image .fsElementHeaderContent {
        display: block; } }
    @media (min-width: 800px) {
      .landing-image .fsElementHeaderContent {
        font-size: 20px; } }
  .landing-image.no-overlay:before {
    display: none; }

.custom-title {
  max-width: 780px;
  margin: 0 auto;
  font-family: "calluna", Georgia, serif;
  line-height: 1.2;
  font-size: 16px; }
  @media (min-width: 600px) {
    .custom-title {
      font-size: 24px; } }
  @media (min-width: 800px) {
    .custom-title {
      font-size: 28px;
      line-height: 34px; } }
  .custom-title h1 {
    font-weight: 400;
    line-height: 1.2;
    font-family: "calluna-sans", sans-serif;
    font-size: 24px;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .custom-title h1 {
        font-size: 40px;
        margin-bottom: 30px; } }
    @media (min-width: 800px) {
      .custom-title h1 {
        font-size: 71px; } }

.lakeside-top-anchor {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  color: #696a6d;
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 760px) {
    #fsFooter {
      padding-top: 45px;
      padding-bottom: 45px; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem;
    margin: 0 auto !important; }
    #fsFooter .fsBanner, #fsFooter .fsBanner ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsFooter .fsBanner li {
      margin: 0;
      padding: 0; }
  #fsFooter .fsElementTitle {
    color: #820024;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px;
    line-height: 1.2; }
  #fsFooter .fsElement {
    margin-bottom: 0; }

.footer-school-info {
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 400px) {
    .footer-school-info {
      border-bottom: none; } }
  @media (min-width: 760px) {
    .footer-school-info {
      float: left;
      width: 45vw;
      padding-right: 20px; } }
  @media (min-width: 950px) {
    .footer-school-info {
      width: 440px;
      max-width: 27vw; } }
  @media (min-width: 1000px) {
    .footer-school-info {
      max-width: 30.5vw; } }
  @media (min-width: 1050px) {
    .footer-school-info {
      padding-right: 4.1666vw; } }
  .footer-school-info p:last-child {
    font-size: 16px;
    line-height: 26px; }
  .footer-school-info strong {
    color: #820024;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px;
    line-height: 1.2; }

.site-resources {
  float: left;
  max-width: 290px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  border-right: solid 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1050px) {
    .site-resources {
      padding-left: 3.4722vw;
      padding-right: 2.7777vw; } }
  .site-resources a {
    color: #696a6d;
    transition: .3s;
    font-size: 16px; }
    .site-resources a:hover {
      opacity: .65;
      transition: .3s; }

.footer-info-container {
  zoom: 1;
  width: 100%;
  padding-top: 20px; }
  .footer-info-container:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 760px) {
    .footer-info-container {
      float: left;
      padding-left: 20px;
      border-left: solid 1px rgba(0, 0, 0, 0.15);
      width: 45vw;
      padding-top: 0; } }
  @media (min-width: 800px) {
    .footer-info-container {
      padding-left: 30px; } }
  @media (min-width: 950px) {
    .footer-info-container {
      width: 40vw;
      max-width: 445px;
      border-left: none; } }
  @media (min-width: 1050px) {
    .footer-info-container {
      padding-left: 4.1666vw; } }

.footer-middle-school, .footer-upper-school {
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px; }
  @media (min-width: 400px) {
    .footer-middle-school, .footer-upper-school {
      float: left;
      padding-bottom: 0; } }
  .footer-middle-school p, .footer-upper-school p {
    margin-bottom: 0; }

.footer-upper-school {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 400px) {
    .footer-upper-school {
      margin-left: 20px;
      padding-left: 20px;
      border-bottom: none;
      border-left: solid 1px rgba(0, 0, 0, 0.15); } }
  @media (min-width: 830px) {
    .footer-upper-school {
      margin-left: 30px;
      padding-left: 30px; } }

.footer-social {
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px; }
  @media (min-width: 400px) {
    .footer-social {
      margin-top: 40px; } }
  .footer-social li {
    display: inline-block; }
    .footer-social li a {
      display: block;
      background-color: rgba(0, 0, 0, 0.2);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      overflow: hidden;
      color: transparent;
      margin-right: 15px;
      text-align: center;
      position: relative; }
      @media (min-width: 400px) {
        .footer-social li a {
          margin-right: 20px; } }
      .footer-social li a:before {
        content: '';
        font-family: "IcoMoon";
        color: #444444;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        line-height: 1;
        transition: .3s; }
      .footer-social li a:hover:before {
        color: #fff;
        transition: .3s; }
    .footer-social li.facebook a:before {
      content: "\e906";
      margin-left: -2px;
      margin-top: -2px; }
    .footer-social li.facebook a:hover {
      background-color: #3b5998; }
    .footer-social li.instagram a:before {
      content: "\e905"; }
    .footer-social li.instagram a:hover {
      background-color: #517fa4; }
    .footer-social li.twitter a:before {
      content: "\e904"; }
    .footer-social li.twitter a:hover {
      background-color: #00aced; }
    .footer-social li.vimeo a:before {
      content: "\e90a"; }
    .footer-social li.vimeo a:hover {
      background-color: #1ab7ea; }

.footer-required-container {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  padding: 0 10px;
  zoom: 1;
  text-align: center; }
  .footer-required-container:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .footer-required-container {
      text-align: left;
      padding: 0 20px; } }
  @media (min-width: 1220px) {
    .footer-required-container {
      padding: 0; } }

.footer-required {
  zoom: 1;
  margin-left: -15px;
  margin-bottom: 0 !important;
  text-align: center;
  display: inline-block; }
  .footer-required, .footer-required ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-required li {
    margin: 0;
    padding: 0; }
  .footer-required:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .footer-required {
      float: left;
      text-align: left; } }
  .footer-required li {
    display: block;
    float: left; }
    @media (min-width: 600px) {
      .footer-required li.employment {
        margin-left: -15px; } }
  .footer-required a {
    color: #494a4c;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    padding: 0 10px; }
    @media (min-width: 400px) {
      .footer-required a {
        font-size: 13px;
        padding: 0 15px; } }
    .footer-required a:hover {
      background-color: rgba(0, 0, 0, 0.1); }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "calluna-sans", sans-serif;
  background: #dfdfdf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 949px) {
    html {
      position: relative; } }
  html.touch {
    overflow-x: hidden;
    position: relative;
    width: 100%; }
  html.overflow {
    overflow-x: visible; }

body {
  font-size: 1.25em;
  line-height: 1.4;
  color: #494a4c;
  overflow-x: hidden; }
  body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden; }
  body.drawer-is-active:before {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    z-index: 199; }
    @media (min-width: 950px) {
      body.drawer-is-active:before {
        display: none; } }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 20.33898%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 600px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 900px) {
    .fsHasRightBanner #fsPageContent {
      width: 66.10169% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsPageContent {
      width: 79.66102% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 45.76271% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 33.89831%; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 600px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 800px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 600px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

#fsPoweredByFinalsite {
  margin: 15px auto 40px; }
  @media (min-width: 600px) {
    #fsPoweredByFinalsite {
      float: right;
      margin: 15px 0 0; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  position: relative; }
  @media (min-width: 400px) {
    .nav-main.fsNavigation:not(.mobile-nav) {
      padding-right: 90px;
      margin-left: 116px; } }
  @media (min-width: 950px) {
    .nav-main.fsNavigation:not(.mobile-nav) {
      padding-right: 25px; } }
  @media (min-width: 1080px) {
    .nav-main.fsNavigation:not(.mobile-nav) {
      padding-right: calc(60px + 3.47vw); } }
  @media (min-width: 1180px) {
    .nav-main.fsNavigation:not(.mobile-nav) {
      padding-right: calc(105px + 3.47vw); } }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 950px) {
      #fsHeader .nav-main {
        display: block;
        max-width: 100%;
        padding-left: 10px; } }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        margin-left: 10.76vw;
        padding-left: 2.08vw; } }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        padding-left: 10px; } }
    @media (min-width: 1180px) {
      #fsHeader .nav-main {
        padding-left: calc(3.47vw - 10px); } }
  #fsHeader .nav-main.mobile-nav {
    display: block; }
    @media (min-width: 950px) {
      #fsHeader .nav-main.mobile-nav {
        display: none;
        max-width: 100%;
        margin-left: 116px;
        padding-left: 10px; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 950px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li:hover > a:before, .nav-main .fsNavLevel1 > li:hover > a:after {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .nav-main .fsNavLevel1 > li > a {
    padding: 15.5px 10px;
    color: #494a4c;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    position: relative; }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 > li > a:before, .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 14px 20px;
        border-color: transparent transparent #ccc transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden; }
      .nav-main .fsNavLevel1 > li > a:after {
        border-color: transparent transparent #f7f8f8 transparent;
        bottom: -1px;
        z-index: 301; } }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 28px 10px; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 16px;
        padding: 27px 10px; } }
    .nav-main .fsNavLevel1 > li > a:hover {
      color: #820024; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
      color: #820024; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: #820024; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: left;
  background-color: #f7f8f8;
  border: 1px solid #ccc;
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  margin-left: -1px;
  padding: 30px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1080px) {
    .nav-main .fsNavPageInfo {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 950px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      visibility: visible;
      transition: .3s; } }

.nav-main .fsNavPageDescription {
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
  padding: 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }
  @media (min-width: 1080px) {
    .nav-main .fsNavPageDescription {
      width: 25%;
      padding-left: 50px; } }
  .nav-main .fsNavPageDescription:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #820024;
    z-index: -1; }
    @media (min-width: 1080px) {
      .nav-main .fsNavPageDescription:before {
        width: calc(100% - 30px); } }
  .nav-main .fsNavPageDescription h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff; }
  .nav-main .fsNavPageDescription a {
    color: #eeb111;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 2;
  order: 2;
  max-width: 50%;
  overflow: hidden;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  width: calc(50% - 30px); }
  @media (min-width: 1080px) {
    .nav-main .fsNavPageThumbnail {
      max-width: 25%; } }
  .nav-main .fsNavPageThumbnail img {
    display: block;
    opacity: 0;
    visibility: hidden; }

.nav-main .fsNavLevel2 {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  -ms-flex-positive: 4;
  flex-grow: 4;
  zoom: 1;
  margin-bottom: 20px; }
  .nav-main .fsNavLevel2:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 1080px) {
    .nav-main .fsNavLevel2 {
      max-width: 50%;
      -ms-flex-positive: 2;
      flex-grow: 2;
      margin-bottom: 0; } }
  .nav-main .fsNavLevel2 .nav-column {
    width: 50%;
    float: left; }
    @media (min-width: 1080px) {
      .nav-main .fsNavLevel2 .nav-column {
        padding-right: 30px; } }
    .nav-main .fsNavLevel2 .nav-column.one {
      padding-right: 30px; }
    .nav-main .fsNavLevel2 .nav-column li:first-child a {
      padding-top: 0; }
    .nav-main .fsNavLevel2 .nav-column li:last-child a {
      border-bottom: none; }
  .nav-main .fsNavLevel2 a {
    padding: 5px 5px 7px;
    color: #494a4c;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    line-height: 21px; }
    .nav-main .fsNavLevel2 a:hover {
      color: #820024; }

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 li:nth-child(5) .fsNavPageDescription, .nav-main .fsNavLevel1 li:nth-child(6) .fsNavPageDescription, .nav-main .fsNavLevel1 li:last-child .fsNavPageDescription {
    padding-right: 50px;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 20px; } }

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 li:nth-child(5) .fsNavPageDescription:before, .nav-main .fsNavLevel1 li:nth-child(6) .fsNavPageDescription:before, .nav-main .fsNavLevel1 li:last-child .fsNavPageDescription:before {
    right: auto;
    left: 0; } }

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 li:nth-child(5) .fsNavLevel2, .nav-main .fsNavLevel1 li:nth-child(6) .fsNavLevel2, .nav-main .fsNavLevel1 li:last-child .fsNavLevel2 {
    -ms-flex-order: 3;
    order: 3;
    padding-left: 30px; } }

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 li:nth-child(5) .fsNavLevel2 .nav-column.two, .nav-main .fsNavLevel1 li:nth-child(6) .fsNavLevel2 .nav-column.two, .nav-main .fsNavLevel1 li:last-child .fsNavLevel2 .nav-column.two {
    padding-right: 0; } }

/*! navigation - off-canvas v0.0.1 */
.nav-main.mobile-nav .fsNavLevel1 > li:hover > a:before, .nav-main.mobile-nav .fsNavLevel1 > li:hover > a:after {
  display: none; }

.drawer-is-active .mobile-nav {
  z-index: 200; }

.mobile-nav {
  text-align: center;
  position: relative;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .mobile-nav > header {
    cursor: pointer;
    z-index: 21;
    padding-left: 36.875vw;
    position: absolute;
    width: 100%;
    bottom: -45px; }
    @media (min-width: 400px) {
      .mobile-nav > header {
        padding-left: 0; } }
    .mobile-nav > header > .fsElementHeaderContent {
      height: 45px;
      line-height: 45px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding-left: 25px;
      position: relative;
      display: inline-block; }
      .mobile-nav > header > .fsElementHeaderContent:before {
        content: "\e912";
        display: inline-block;
        font-family: "IcoMoon";
        font-weight: normal;
        font-size: 20px;
        position: absolute;
        left: 0; }
  .mobile-nav > .fsElementContent {
    background-color: #820024;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px; }
    .mobile-nav > .fsElementContent .fsNavLevel1 > li > a {
      color: #fff;
      line-height: 1.2;
      padding: 10px 20px; }
      .mobile-nav > .fsElementContent .fsNavLevel1 > li > a:hover {
        color: #ffe894; }
  .mobile-nav > footer {
    opacity: 0;
    visibility: hidden;
    background-color: #820024;
    color: #fff;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 40px;
    position: absolute;
    width: 100%;
    padding-top: 20px; }
    .mobile-nav > footer > .fsElementFooterContent {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em;
      background-color: #5b0019;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      text-align: left;
      line-height: 50px;
      padding-left: 20px;
      position: relative;
      cursor: pointer;
      max-width: calc(100% - 40px);
      margin: 0 auto; }
      .mobile-nav > footer > .fsElementFooterContent:before {
        content: "\e90c";
        font-family: "IcoMoon";
        text-align: center;
        line-height: 50px;
        font-weight: normal;
        font-size: 26px;
        height: 100%;
        width: 55px;
        position: absolute;
        right: 0;
        top: 0;
        border-left: solid 1px rgba(0, 0, 0, 0.15); }
    @media (min-width: 950px) {
      .mobile-nav > footer {
        display: none; } }
    .mobile-nav > footer.open .site-resources {
      display: block; }
  .mobile-nav .site-resources {
    border: none;
    float: none;
    width: 100%;
    max-width: calc(100% - 40px);
    padding: 20px 0;
    margin: 5px auto 0;
    border-radius: 4px;
    background-color: #5b0019;
    display: none; }
    .mobile-nav .site-resources a {
      color: #fff; }
    .mobile-nav .site-resources > header {
      display: none; }
  .mobile-nav .util-links {
    padding-left: 0; }
    .mobile-nav .util-links ul.fsNavLevel1 {
      padding: 10px 0; }
      .mobile-nav .util-links ul.fsNavLevel1 li {
        display: block;
        float: none; }
        .mobile-nav .util-links ul.fsNavLevel1 li a {
          color: #ffe894; }
          .mobile-nav .util-links ul.fsNavLevel1 li a:hover {
            color: #eeb111; }

.drawer-is-active .mobile-nav {
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: .3s; }
  .drawer-is-active .mobile-nav > header {
    position: relative;
    bottom: 0; }

.drawer-is-active .nav-main.mobile-nav > .fsElementContent {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 200; }

.drawer-is-active .nav-main.mobile-nav > footer {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: .3s ease-in .01s;
  z-index: 200; }

.drawer-is-active .mobile-nav > header > .fsElementHeaderContent:before {
  content: "\e901"; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.2em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.2em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 3em;
  min-height: 100%;
  max-width: 30em;
  background: #494a4c; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #fff; }
  .nav-sub, .nav-sub ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
  .nav-sub.fsElement {
    padding: 20px 20px 0; }
    @media (min-width: 800px) {
      .nav-sub.fsElement {
        padding: 0; } }
  @media (min-width: 800px) {
    .nav-sub {
      background-color: #f8f8f8;
      border-bottom: 1px solid #ccc; } }
  .nav-sub > .fsElementContent {
    display: none; }
    @media (min-width: 800px) {
      .nav-sub > .fsElementContent {
        display: block; } }
    .nav-sub > .fsElementContent > nav {
      position: relative;
      margin: 0 auto;
      max-width: 59em;
      max-width: 73.75rem; }
  .nav-sub.active-nav > .fsElementContent {
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px; }
  .nav-sub.active-nav .fsNavLevel1 > li {
    display: block;
    text-align: left; }
    .nav-sub.active-nav .fsNavLevel1 > li a {
      padding: 10px 20px; }
  .nav-sub .fsNavLevel1 {
    position: relative;
    text-align: center;
    padding: 15px 0; }
    .nav-sub .fsNavLevel1 > li {
      display: inline-block; }
      .nav-sub .fsNavLevel1 > li > a {
        padding: 5px 15px;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        color: #494a4c; }
        .nav-sub .fsNavLevel1 > li > a:hover {
          color: rgba(73, 74, 76, 0.65); }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #820024; }
  .nav-sub .fsNavLevel2 > li > a {
    padding: 0.5em 1em;
    display: block; }
  .nav-sub > header {
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 13px 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px; }
    .nav-sub > header:before {
      content: "\e90c";
      font-family: "IcoMoon";
      text-align: center;
      line-height: 50px;
      font-weight: normal;
      font-size: 26px;
      height: 100%;
      width: 55px;
      position: absolute;
      right: 0;
      top: 0;
      border-left: solid 1px rgba(0, 0, 0, 0.15); }
    @media (min-width: 800px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      position: relative;
      margin: 0;
      padding: 20px;
      cursor: pointer;
      background: #820024;
      color: #fff;
      font-family: "calluna-sans", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 799px) {
        .nav-sub > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.nav-tier {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .nav-tier, .nav-tier ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-tier li {
    margin: 0;
    padding: 0; }
  .nav-tier > header {
    padding: 15px 20px;
    background-color: #820024;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tier > header h6 {
      color: #fff;
      margin-bottom: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: solid 1px #ccc; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }
      .nav-tier .fsNavLevel1 > li:last-child > a {
        padding-bottom: 20px; }
    .nav-tier .fsNavLevel1 > li:first-child > a {
      padding-bottom: 12px; }
    .nav-tier .fsNavLevel1 > li a {
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      color: #696a6d;
      padding: 12px 20px;
      display: block; }
      .nav-tier .fsNavLevel1 > li a:hover {
        background-color: #ebebeb; }
    .nav-tier .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #820024; }
    .nav-tier .fsNavLevel1 > li[class*="fsNavParentPage"] .fsNavPageInfo {
      border-top: solid 1px #ccc; }
    .nav-tier .fsNavLevel1 > li .fsNavLevel2 > li a {
      background-color: #ebebeb;
      font-size: 14px; }
      .nav-tier .fsNavLevel1 > li .fsNavLevel2 > li a:hover {
        background-color: #dedede; }
    .nav-tier .fsNavLevel1 > li .fsNavLevel2 > li:last-child > a {
      padding-bottom: 20px; }
    .nav-tier .fsNavLevel1 > li .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
      color: #820024; }
  .nav-tier.inset-style {
    margin: 0 20px; }
    @media (min-width: 600px) {
      .nav-tier.inset-style {
        margin: 0 50px; } }
    @media (min-width: 700px) {
      .nav-tier.inset-style {
        margin: 0 12.5vw; } }
    @media (min-width: 1220) {
      .nav-tier.inset-style {
        margin: 0 200px; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item--facebook a {
    display: block; }
    .nav-social .nav-social__item--facebook a:before {
      content: ""; }
  .nav-social .nav-social__item--instagram a {
    display: block; }
    .nav-social .nav-social__item--instagram a:before {
      content: ""; }
  .nav-social .nav-social__item--linkedin a {
    display: block; }
    .nav-social .nav-social__item--linkedin a:before {
      content: ""; }
  .nav-social .nav-social__item--pinterest a {
    display: block; }
    .nav-social .nav-social__item--pinterest a:before {
      content: ""; }
  .nav-social .nav-social__item--tumblr a {
    display: block; }
    .nav-social .nav-social__item--tumblr a:before {
      content: ""; }
  .nav-social .nav-social__item--twitter a {
    display: block; }
    .nav-social .nav-social__item--twitter a:before {
      content: ""; }
  .nav-social .nav-social__item--vine a {
    display: block; }
    .nav-social .nav-social__item--vine a:before {
      content: ""; }
  .nav-social .nav-social__item--youtube a {
    display: block; }
    .nav-social .nav-social__item--youtube a:before {
      content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 0.7em;
    line-height: 1;
    text-align: center;
    color: #494a4c;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.util-container {
  max-width: 100%;
  margin-left: 36.875vw;
  text-align: right;
  padding-right: 0;
  height: 45px;
  color: #fff;
  background-color: #5b0019;
  z-index: 21;
  position: relative; }
  @media (min-width: 400px) {
    .util-container {
      padding-right: 100px;
      margin-left: 116px; } }
  @media (min-width: 950px) {
    .util-container {
      padding-right: calc(60px + 3.47vw); } }
  @media (min-width: 1000px) {
    .util-container {
      height: 50px;
      margin-left: 10.76vw;
      padding-left: 10px;
      padding-right: calc(40px + 3.47vw); } }
  @media (min-width: 1040px) {
    .util-container {
      padding-left: 20px; } }
  @media (min-width: 1080px) {
    .util-container {
      padding-right: calc(60px + 3.47vw); } }
  @media (min-width: 1180px) {
    .util-container {
      padding-left: 3.47vw;
      padding-right: calc(100px + 3.47vw); } }
  .util-container > header, .util-container > .fsElementContent {
    display: inline-block;
    height: 45px;
    float: left; }
    @media (min-width: 400px) {
      .util-container > header, .util-container > .fsElementContent {
        float: none; } }
    @media (min-width: 1000px) {
      .util-container > header, .util-container > .fsElementContent {
        height: 50px; } }
  .util-container > header {
    float: left;
    font-size: 13px;
    display: none; }
    @media (min-width: 1000px) {
      .util-container > header {
        display: inline-block;
        line-height: 50px; } }
    @media (min-width: 1040px) {
      .util-container > header {
        font-size: 14px; } }

.util-icons, .util-links {
  display: inline-block; }
  .util-icons, .util-icons ul, .util-links, .util-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .util-icons li, .util-links li {
    margin: 0;
    padding: 0; }
  .util-icons ul, .util-links ul {
    zoom: 1; }
    .util-icons ul:after, .util-links ul:after {
      display: table;
      clear: both;
      content: ''; }
    .util-icons ul li, .util-links ul li {
      display: inline-block;
      float: left; }
      .util-icons ul li a, .util-links ul li a {
        padding: 14.5px 10px;
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em; }
        @media (min-width: 1000px) {
          .util-icons ul li a, .util-links ul li a {
            padding: 17px 1vw; } }
        @media (min-width: 1280px) {
          .util-icons ul li a, .util-links ul li a {
            font-size: 13px;
            padding: 16px 1.04vw; } }

.util-icons {
  float: left; }
  @media (min-width: 1000px) {
    .util-icons {
      float: none; } }
  .util-icons ul li {
    position: relative; }
    .util-icons ul li:before, .util-icons ul li:after {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.075); }
    .util-icons ul li:before {
      left: -1px; }
    .util-icons ul li:after {
      right: 0; }
    .util-icons ul li:first-child:before {
      background-color: rgba(0, 0, 0, 0.15); }
    .util-icons ul li:last-child:after {
      background-color: rgba(0, 0, 0, 0.15); }
    .util-icons ul li:hover:before {
      left: 0; }
  .util-icons ul li a {
    color: #ffe894;
    position: relative;
    padding: 14.5px 10px;
    max-width: 45px;
    transition: .5s; }
    @media (min-width: 1000px) {
      .util-icons ul li a {
        padding: 17px 10px; } }
    @media (min-width: 1040px) {
      .util-icons ul li a {
        max-width: 50px; } }
    @media (min-width: 1080px) {
      .util-icons ul li a {
        padding: 16px 15px; } }
    @media (min-width: 1280px) {
      .util-icons ul li a {
        padding: 16px 35px;
        max-width: 65px; } }
    .util-icons ul li a:before {
      content: '';
      font-family: "IcoMoon";
      font-size: 16px;
      position: absolute;
      left: 25px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1;
      font-weight: 400;
      transition: .3s;
      left: 15px; }
      @media (min-width: 1080px) {
        .util-icons ul li a:before {
          font-size: 18px;
          left: 15px; } }
      @media (min-width: 1280px) {
        .util-icons ul li a:before {
          left: 25px; } }
    .util-icons ul li a span {
      opacity: 0;
      visibility: hidden;
      display: block; }
    .util-icons ul li a:hover {
      background-color: rgba(0, 0, 0, 0.15); }
    @media (min-width: 800px) {
      .util-icons ul li a:hover {
        padding-left: 30px;
        background-color: #5b0019;
        background-color: rgba(0, 0, 0, 0.15);
        max-width: 165px;
        transition: .5s ease-in-out .15s; } }
  @media (min-width: 800px) and (min-width: 1080px) {
    .util-icons ul li a:hover {
      padding-left: 40px; } }
  @media (min-width: 800px) and (min-width: 1280px) {
    .util-icons ul li a:hover {
      padding-left: 55px; } }
    @media (min-width: 800px) {
        .util-icons ul li a:hover:before {
          left: 10px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          transition: .3s; } }
    @media (min-width: 800px) and (min-width: 1080px) {
      .util-icons ul li a:hover:before {
        left: 15px; } }
    @media (min-width: 800px) and (min-width: 1280px) {
      .util-icons ul li a:hover:before {
        left: 30px; } }
    @media (min-width: 800px) {
        .util-icons ul li a:hover span {
          opacity: 1;
          visibility: visible;
          transition: .3s ease-in-out .3s; } }
    .util-icons ul li a.util-icon-news:before {
      content: "\e909"; }
    @media (min-width: 1280px) {
      .util-icons ul li a.util-icon-news:hover {
        width: 132px; } }
    .util-icons ul li a.util-icon-cal:before {
      content: "\e90d"; }
    @media (min-width: 1280px) {
      .util-icons ul li a.util-icon-cal:hover {
        width: 165px; } }
    .util-icons ul li a.util-icon-dir:before {
      content: "\e902"; }
    @media (min-width: 1280px) {
      .util-icons ul li a.util-icon-dir:hover {
        width: 165px; } }

.util-links {
  padding-left: 10px; }
  @media (min-width: 1000px) {
    .util-links {
      padding-left: 0; } }
  .util-links a {
    color: #fff; }
    .util-links a:hover {
      color: #ffe894; }
  .util-links li.fsNavCurrentPageAncestor a, .util-links li.fsNavCurrentPage a {
    color: #ffe894; }

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; }
        .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          float: left;
          display: block;
          width: 100%;
          vertical-align: top; } }
    .nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel5 {
    list-style: disc; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding: 24px 20px 10px;
  border: 1px solid #e7e7e7;
  position: relative; }
  @media (min-width: 600px) {
    .fsConstituent.fsSearch {
      padding: 34px 30px 10px; } }
  .fsConstituent.fsSearch:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 5px;
    top: -1px;
    left: -1px;
    background-color: #eeb111; }
  .fsConstituent.fsSearch.fsElement:not(.fsPanel):not(.fsLayout) {
    margin-bottom: 60px; }
  @media (min-width: 600px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch .fsConstituentSearchForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1em;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 50%;
        float: left; } }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        width: 33.33%;
        float: left; } }
    .fsConstituent.fsSearch label > span {
      display: none; }
    .fsConstituent.fsSearch label > input {
      background-color: #f8f8f8;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 7px 10px; }
      @media (min-width: 600px) {
        .fsConstituent.fsSearch label > input {
          padding: 12px 15px; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch select {
    -webkit-appearance: button;
    -moz-appearance: button;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 0;
    outline: 0;
    height: 40px; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch select {
        height: 50px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 11px; } }
  .fsConstituent.fsSearch .const-drop {
    position: relative; }
    .fsConstituent.fsSearch .const-drop:after {
      content: '\e917';
      font-family: "IcoMoon";
      position: absolute;
      right: 10px;
      line-height: 1;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #696a6d; }
      @media (min-width: 600px) {
        .fsConstituent.fsSearch .const-drop:after {
          right: 20px; } }
    .fsConstituent.fsSearch .const-drop:before {
      content: '';
      width: 50px;
      height: calc(100% - 2px);
      position: absolute;
      right: 0;
      top: 1px;
      background: #f8f8f8;
      border-radius: 6px;
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
      @media (min-width: 600px) {
        .fsConstituent.fsSearch .const-drop:before {
          right: 10px; } }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.5em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #820024;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #820024;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .3s;
    margin: 0 0 10px;
    width: 100%;
    height: 40px;
    line-height: 1; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #820024;
      color: #fff;
      transition: .3s; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch .fsConstituentSearchButton {
        width: calc(50% - 20px);
        margin: 0 10px;
        height: 50px; } }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch .fsConstituentSearchButton {
        width: calc(33.33% - 20px); } }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #5b0019;
      border-color: #5b0019; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

.fsConstituent ::-webkit-input-placeholder {
  color: #494a4c; }

.fsConstituent :-moz-placeholder {
  color: #494a4c; }

.fsConstituent ::-moz-placeholder {
  color: #494a4c; }

.fsConstituent :-ms-input-placeholder {
  color: #494a4c; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #820024; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      width: 50%;
      float: left; } }

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
      width: 50%;
      float: left; } }

.directory .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.92);
  opacity: 1; }

.directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  width: calc(100% - 20px) !important;
  max-width: 1180px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 0;
  left: 50% !important;
  right: auto !important;
  min-height: 570px; }
  @media (min-width: 600px) {
    .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 40px) !important; } }
  .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-titlebar {
    padding: 0;
    background: #fff;
    position: relative;
    height: 50px; }
  .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-title {
    opacity: 0; }
  .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-titlebar-close {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    margin: 0;
    overflow: hidden; }
    .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-titlebar-close:after {
      content: "\e901";
      font-family: "IcoMoon";
      color: #820024;
      font-size: 25px;
      line-height: 50px;
      position: absolute;
      width: 50px;
      height: 50px;
      text-align: center;
      left: 0;
      top: 0; }
    .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-titlebar-close .ui-button-text {
      display: none; }
    .directory .fsDialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-dialog-titlebar-close .ui-button-icon-primary {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #fff;
      text-align: center;
      opacity: 1; }

.directory .fsDialog {
  padding: 0px 10px 40px; }
  @media (min-width: 600px) {
    .directory .fsDialog {
      padding: 20px 40px 60px; } }
  @media (min-width: 900px) {
    .directory .fsDialog {
      padding: 20px 20px 40px; } }
  .directory .fsDialog .fsConstituentProfile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 900px) {
      .directory .fsDialog .fsConstituentProfile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 470px;
        text-align: left; } }
  .directory .fsDialog .fsProfileImage {
    position: relative;
    max-width: none;
    overflow: hidden;
    padding-right: 0;
    margin: 0 auto 20px;
    -ms-flex-order: 1;
    order: 1;
    height: 240px;
    width: 240px; }
    @media (min-width: 600px) {
      .directory .fsDialog .fsProfileImage {
        width: 380px;
        height: 380px; } }
    @media (min-width: 900px) {
      .directory .fsDialog .fsProfileImage {
        margin-right: 50px; } }
    .directory .fsDialog .fsProfileImage:before {
      content: '';
      position: absolute;
      left: 5px;
      top: 5px;
      background: url("/uploaded/themes/default_15/images/bg_pattern.gif");
      width: 100%;
      height: 100%; }
    .directory .fsDialog .fsProfileImage img {
      position: absolute;
      max-width: none;
      left: 0;
      top: 0;
      max-width: calc(100% - 5px);
      max-height: calc(100% - 5px); }
  .directory .fsDialog .fsFullName, .directory .fsDialog .fsProfileSection {
    height: auto;
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 900px) {
      .directory .fsDialog .fsFullName, .directory .fsDialog .fsProfileSection {
        width: calc(100% - 430px); } }
  .directory .fsDialog .fsProfileSection {
    -ms-flex-order: 10;
    order: 10; }
  .directory .fsDialog .fsProfileSection93 {
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
    @media (min-width: 900px) {
      .directory .fsDialog .fsProfileSection93 {
        width: 380px;
        margin-right: 50px;
        max-width: 380px; } }
  .directory .fsDialog .fsFullName {
    -ms-flex-order: 3;
    order: 3;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #494a4c;
    margin-bottom: 15px !important; }
    @media (min-width: 600px) {
      .directory .fsDialog .fsFullName {
        font-size: 40px; } }
  .directory .fsDialog .fsProfileSection94 {
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 20px; }
  .directory .fsDialog .fsProfileSection96 {
    -ms-flex-order: 4;
    order: 4; }
  .directory .fsDialog .fsProfileSection > h4 {
    display: none; }
  .directory .fsDialog .fsProfileSection.fsProfileSection3 {
    display: none; }
  .directory .fsDialog .fsProfileSectionData {
    float: none;
    display: block;
    width: auto; }
    .directory .fsDialog .fsProfileSectionData.fsLocation {
      margin-bottom: 0; }
    .directory .fsDialog .fsProfileSectionData.fsDepartment {
      display: none; }
    .directory .fsDialog .fsProfileSectionData.fsTitle {
      font-weight: normal; }
    .directory .fsDialog .fsProfileSectionData.fsEmployedSince {
      display: none; }
    .directory .fsDialog .fsProfileSectionData.fsBiography {
      position: relative;
      padding: 30px 0;
      font-size: 20px;
      line-height: 1.3;
      font-family: "calluna", Georgia, serif;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      text-align: center;
      margin: 50px 0;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .directory .fsDialog .fsProfileSectionData.fsBiography {
          font-size: 24px;
          line-height: 30px;
          padding: 40px 0; } }
      .directory .fsDialog .fsProfileSectionData.fsBiography strong {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 700;
        margin-bottom: 10px;
        margin: 30px 0 0;
        font-family: "calluna-sans", sans-serif; }
        @media screen and (max-width: 599px) {
          .directory .fsDialog .fsProfileSectionData.fsBiography strong {
            font-size: 12px;
            line-height: 1.2;
            margin-top: 15px; } }
      .directory .fsDialog .fsProfileSectionData.fsBiography:before, .directory .fsDialog .fsProfileSectionData.fsBiography:after {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 50px;
        background-color: #fff;
        font-size: 24px;
        color: #eeb111;
        font-family: "IcoMoon"; }
      .directory .fsDialog .fsProfileSectionData.fsBiography:before {
        content: "\e908";
        top: -15px; }
      .directory .fsDialog .fsProfileSectionData.fsBiography:after {
        content: "\e907";
        bottom: -15px; }
      .directory .fsDialog .fsProfileSectionData.fsBiography p {
        margin-bottom: 0; }
  .directory .fsDialog .fsProfileSectionFieldName {
    display: none; }
  .directory .fsDialog .fsProfileSectionFieldName, .directory .fsDialog .fsProfileSectionFieldValue {
    float: none;
    width: 100%; }
  .directory .fsDialog .fsProfileSectionSpecialData > div {
    width: 100%; }
    .directory .fsDialog .fsProfileSectionSpecialData > div:first-child {
      display: none; }
  .directory .fsDialog .fsProfileSectionSpecialData div[id*="fsEmail-"] a {
    color: #54bceb;
    word-break: break-all;
    line-height: 1;
    display: block;
    margin-bottom: 10px; }
  .directory .fsDialog .fsProfileSectionSpecialData.fsEmail {
    color: transparent;
    line-height: 0; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0 15px;
    border: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0;
      width: 100%; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto {
      padding-left: 0;
      padding-right: 0;
      margin-top: -21px;
      margin-left: -1px;
      position: relative;
      height: 280px;
      overflow: hidden;
      width: calc(100% + 2px); }
      .fsDirectory .fsConstituentItem .fsPhoto img {
        height: 100%;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        width: auto;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
    .fsDirectory .fsConstituentItem .fsFullName {
      color: #494a4c;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 5px; }
      .fsDirectory .fsConstituentItem .fsFullName .fsConstituentProfileLink {
        color: #54bceb; }
      .fsDirectory .fsConstituentItem .fsFullName a:hover {
        color: #003468; }
    .fsDirectory .fsConstituentItem .fsDepartments {
      color: #696a6d;
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      text-transform: uppercase;
      letter-spacing: .05em; }

div[class*="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 25px;
    padding: 10px 20px;
    color: #494a4c;
    transition: .3s;
    font-family: "calluna", Georgia, serif;
    position: relative; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #eeb111;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel, .fsTabs .fsPanel {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: -1px; }
  .fsAccordion .fsPanel:first-of-type, .fsTabs .fsPanel:first-of-type {
    border-top: solid 1px rgba(0, 0, 0, 0.2); }
  .fsAccordion .fsPanel:last-of-type, .fsTabs .fsPanel:last-of-type {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2); }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #494a4c; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #eeb111;
  transition: .3s;
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #eeb111;
  transition: .3s;
  content: ""; }


.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  margin: -3px 20px 0 0; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right; }

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel > .fsElementContent {
    padding: 10px 20px 20px; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0; }

.fsPanelIconAfter.fsAccordion .fsPanel:not(.fsStateOpen) > header:hover h2::after,
.fsPanelIconAfter.fsTabs .fsPanel:not(.fsStateOpen) > header:hover h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel:not(.fsStateOpen) > header:hover h2::before,
.fsPanelIconBefore.fsTabs .fsPanel:not(.fsStateOpen) > header:hover h2::before {
  color: #fff; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #fff;
    color: #820024;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #eeb111;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .3s;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #eeb111;
      color: #820024;
      transition: .3s; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable .fsEventTable tr th,
  .fsAthleticsEvent.fsTable .fsEventTable tr td {
    display: table-cell; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! elements - calendar */
.fsCalendar.fsList .fsDayContainer article {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .fsCalendar.fsList .fsDayContainer article:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -2px;
    border-bottom: 3px dotted rgba(0, 0, 0, 0.3); }

.fsCalendar.fsList .fsDayContainer:last-child article {
  padding-bottom: 0; }
  .fsCalendar.fsList .fsDayContainer:last-child article:after {
    display: none; }

.fsCalendar article {
  position: relative;
  padding-left: 75px;
  min-height: 95px; }

.fsCalendar .fsTitle {
  margin-bottom: 5px; }

.fsCalendar .fsDate {
  color: #696a6d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 55px;
  padding-top: 7px;
  text-align: center;
  border: 1px solid #ccc; }
  .fsCalendar .fsDate span {
    display: block;
    line-height: 1; }
  .fsCalendar .fsDate .fsDay {
    color: #820024;
    font-size: 36px;
    font-weight: 400;
    line-height: .6;
    margin-bottom: 12px; }

.fsCalendar .fsEventDetails {
  color: #494a4c;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px; }

.fsCalendar .fsTimeRange:before {
  color: #eeb111;
  margin-right: 2px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsCalendar .fsLocation:before {
  color: #eeb111;
  margin-right: 4px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsCalendar.fsSlideshow article {
  padding-top: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  margin-bottom: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px; }
  .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    color: #575757;
    content: '\2039';
    font-size: 26px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px; }

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A'; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(130, 0, 36, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(130, 0, 36, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(130, 0, 36, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(130, 0, 36, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #fff;
    color: #820024;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #eeb111;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .3s;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #eeb111;
      color: #820024;
      transition: .3s; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend, .fsCalendarLegend ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCalendarLegend li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement:not(.fsPanel):not(.fsLayout) {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsElement:not(.fsPanel):not(.fsLayout) {
      margin-bottom: 40px; } }
  .fsElementTitle p {
    margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.fsElement.styled {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 17px;
  line-height: 23px; }
  .fsElement.styled:before {
    content: '';
    position: absolute;
    top: -5px;
    height: 5px;
    width: calc(100% + 2px);
    left: -1px;
    background-color: #eeb111; }
  .fsElement.styled h1, .fsElement.styled h2, .fsElement.styled h3, .fsElement.styled h4, .fsElement.styled h5, .fsElement.styled h6 {
    color: inherit; }
  .fsElement.styled h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #820024;
    margin-bottom: 20px; }
    .fsElement.styled h2 .fs_style_45 {
      color: #696a6d;
      font-weight: 600;
      font-family: "calluna", Georgia, serif; }
  .fsElement.styled p:last-child {
    margin-bottom: 0; }

.fsElement.fsNews > header, .fsElement.fsCalendar > header {
  border-bottom: solid 1px #ccc;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px; }
  .fsElement.fsNews > header h2, .fsElement.fsCalendar > header h2 {
    margin-bottom: 5px; }

.fsElement.fsNews.view-more > header, .fsElement.fsCalendar.view-more > header {
  zoom: 1;
  position: relative; }
  .fsElement.fsNews.view-more > header:after, .fsElement.fsCalendar.view-more > header:after {
    display: table;
    clear: both;
    content: ''; }
  .fsElement.fsNews.view-more > header .fsElementHeaderContent, .fsElement.fsCalendar.view-more > header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    bottom: 8px;
    line-height: 1; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
      .fsComposerFormEmbed form input[name="userConfirmationEmail"] {
        width: 500px; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #54bceb;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #003468; }
    .fsComposerFormEmbed form .required {
      color: #820024; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #54bceb;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #003468;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #820024 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #eeb111 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "calluna-sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

@media (max-width: 767px) {
  .fsFormContent iframe {
    min-width: 100%;
    width: 100px; } }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #fff;
    color: #820024;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #eeb111;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .3s; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #eeb111;
      color: #820024;
      transition: .3s; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #fff;
    color: #820024;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #eeb111;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .3s; }
    .fsAccount .fsAccountLogout a:hover {
      background: #eeb111;
      color: #820024;
      transition: .3s; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMedia .fsElementFooterContent {
  margin-top: 10px; }

.fsMedia .fsMediaPlaylistVideo .fsMediaTitle {
  display: none; }

.fsMedia .fsMediaPlaylistVideo .fsMediaControlsTop {
  background: none; }

.fsMedia.fsPlayer .fsMediaPlayOverlay::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::before,
.vid-inset-wrapper .inset-img:before, .fs_style_42:before, .fs_style_43:before {
  box-shadow: none;
  border: 1px solid white;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 20px;
  content: '';
  display: inline-block;
  height: 63px;
  left: 20px;
  position: absolute;
  right: auto;
  top: auto;
  width: 63px;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::before,
.vid-inset-wrapper .inset-img:hover:before, .fs_style_42:hover:before, .fs_style_43:hover:before {
  background-color: #eeb111;
  box-shadow: none;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::after,
.vid-inset-wrapper .inset-img:after, .fs_style_42:after, .fs_style_43:after {
  transition: none;
  border-radius: 0;
  bottom: 40px;
  content: '';
  display: inline-block;
  height: 0;
  left: 43px;
  margin: auto;
  position: absolute;
  right: auto;
  top: auto;
  -ms-transform: none;
  transform: none;
  width: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  opacity: 1; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::after,
.fs_style_39 .vid-inset-wrapper .inset-img:hover:after, .fs_style_42:hover:after, .fs_style_43:hover:after {
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  left: 43px; }

.vid-inset-wrapper .inset-img {
  width: 100%; }

.fs_style_39 .img-caption {
  margin-top: 10px; }

div.pp_overlay {
  opacity: 0.92 !important; }

.vid-inset-wrapper .inset-img, .fs_style_42, .fs_style_43 {
  position: relative; }
  .vid-inset-wrapper .inset-img img, .fs_style_42 img, .fs_style_43 img {
    display: block; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "calluna-sans", sans-serif;
    font-size: 20px;
    left: 0;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-size: 35px;
      line-height: 42px;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

.vid-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  .vid-lightbox .close {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    background: transparent;
    border: none;
    padding: 0;
    outline: transparent; }
    .vid-lightbox .close:after {
      content: "\e901";
      font-family: "IcoMoon";
      color: #fff;
      line-height: 40px; }

.video-active .vid-lightbox {
  opacity: 1;
  visibility: visible;
  transition: .3s; }

.inner-vid-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 40px; }

/*! elements - news v0.0.1 */
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.5em; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  margin-right: 20px;
  margin-bottom: 0; }

.fsNews .fsDateTime {
  color: #54bceb;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }
  .fsNews .fsDateTime:before {
    content: 'Posted';
    margin-right: 3px;
    letter-spacing: .05em; }

.fsNews.fsList article {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .fsNews.fsList article:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -2px;
    border-bottom: 3px dotted rgba(0, 0, 0, 0.3); }
  .fsNews.fsList article:last-child {
    padding-bottom: 0; }
    .fsNews.fsList article:last-child:after {
      display: none; }

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

/*=======================*/
/* Search Variables      */
/*=======================*/
.fsSearch form.gsc-search-box-tools input.gsc-input {
  font-family: "calluna-sans", sans-serif; }

.header-search {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #820024;
  z-index: 35;
  height: 0;
  transition: .3s;
  padding: 0 20px; }
  .header-search.open {
    height: 135px;
    transition: .3s;
    z-index: 350; }
    @media (min-width: 600px) {
      .header-search.open {
        height: 180px; } }
    .header-search.open > .fsElementContent {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .25s; }
    .header-search.open > footer .fsElementFooterContent:after {
      content: "\e901";
      font-size: 22px; }
      @media (min-width: 400px) {
        .header-search.open > footer .fsElementFooterContent:after {
          font-size: 36px; } }
    .header-search.open .fsElementFooterContent {
      background-color: #5b0019; }
  .header-search > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem;
    padding: 40px 0;
    opacity: 0;
    visibility: hidden; }
  .header-search > footer .fsElementFooterContent {
    position: absolute;
    z-index: 26;
    width: 49px;
    height: 45px;
    color: #5b0019;
    color: transparent;
    bottom: -45px;
    left: calc(36.875vw + 135px);
    cursor: pointer; }
    @media (min-width: 400px) {
      .header-search > footer .fsElementFooterContent {
        left: auto;
        box-shadow: 1.5px 2.6px 5px rgba(0, 0, 0, 0.15);
        border-radius: 100%;
        right: 30px;
        width: 60px;
        height: 60px;
        background-color: #5b0019;
        bottom: -50px; } }
    @media (min-width: 1000px) {
      .header-search > footer .fsElementFooterContent {
        bottom: -55px;
        right: 15px; } }
    @media (min-width: 1080px) {
      .header-search > footer .fsElementFooterContent {
        width: 70px;
        height: 70px;
        bottom: -60px;
        right: 30px; } }
    @media (min-width: 1180px) {
      .header-search > footer .fsElementFooterContent {
        right: 70px; } }
    .header-search > footer .fsElementFooterContent:after {
      content: '\e911';
      font-family: "IcoMoon";
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffe894;
      font-size: 14px;
      line-height: 1; }
      @media (min-width: 400px) {
        .header-search > footer .fsElementFooterContent:after {
          font-size: 21px; } }

/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  border: 1px solid #eeb111;
  border-radius: 4px; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left;
    width: calc(100% - 40px); }
    @media (min-width: 600px) {
      form.gsc-search-box-tools td.gsc-input {
        width: calc(100% - 80px); } }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 50px;
    background: none; }
    @media (min-width: 600px) {
      form.gsc-search-box-tools div.gsc-input-box {
        height: 100px; } }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 50px; }
      @media (min-width: 600px) {
        form.gsc-search-box-tools div.gsc-input-box table,
        form.gsc-search-box-tools div.gsc-input-box tbody,
        form.gsc-search-box-tools div.gsc-input-box tr,
        form.gsc-search-box-tools div.gsc-input-box td {
          height: 100px; } }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: #820024 !important;
    background-image: none !important;
    width: 100%;
    color: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 700;
    height: 50px !important; }
    @media (min-width: 600px) {
      form.gsc-search-box-tools input.gsc-input {
        height: 100px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 30px; } }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    padding: 0 10px 0 10px;
    overflow: hidden;
    width: 40px;
    background: #820024;
    position: relative;
    transition: .3s;
    height: 50px;
    float: right; }
    @media (min-width: 600px) {
      form.gsc-search-box-tools td.gsc-search-button {
        height: 100px;
        width: 80px;
        float: none; } }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      color: #fff;
      font-family: "IcoMoon";
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px;
      transition: .3s; }
      @media (min-width: 600px) {
        form.gsc-search-box-tools td.gsc-search-button:after {
          font-size: 24px; } }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #be8e0e; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 50px; }
    @media (min-width: 600px) {
      form.gsc-search-box-tools input.gsc-search-button {
        height: 100px; } }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch:not(.header-search) {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem; }
  #fsHeader .fsSearch:not(.header-search) {
    display: none; }
    @media (min-width: 900px) {
      #fsHeader .fsSearch:not(.header-search) {
        display: block; } }
  .fsSearch:not(.header-search) form.gsc-search-box-tools {
    border-color: #820024; }
    .fsSearch:not(.header-search) form.gsc-search-box-tools input.gsc-input {
      background-color: #fff !important;
      color: #820024; }
    .fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-search-button:hover {
      background-color: #820024; }
      .fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-search-button:hover:after {
        color: #eeb111; }
  .fsSearch:not(.header-search) .cse .gsc-control-cse, .fsSearch:not(.header-search) .gsc-control-cse {
    padding-left: 0;
    padding-right: 0; }

/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #fff;
  color: #820024;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #eeb111;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .vimeo_view_link a:hover {
    background: #eeb111;
    color: #820024;
    transition: .3s; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #fff;
  color: #820024;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #eeb111;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s; }
  .Youtube_view_link a:hover {
    background: #eeb111;
    color: #820024;
    transition: .3s; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  body:not(.fsComposeMode) .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    padding-left: 10px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fsTabs .fsTabsNav {
        display: block;
        display: -ms-flexbox;
        display: flex; } }
    body:not(.fsComposeMode) .fsTabs .fsTabsNav li {
      margin-right: 2px;
      min-width: 50px;
      max-width: 250px;
      overflow: hidden; }
      body:not(.fsComposeMode) .fsTabs .fsTabsNav li a {
        display: block;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-top: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 700;
        margin-bottom: 10px;
        margin-bottom: 0;
        border: 1px solid #ccc;
        padding: 10px 15px;
        background: #f8f8f8;
        color: #494a4c;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column; }
        body:not(.fsComposeMode) .fsTabs .fsTabsNav li a:hover {
          background: #ebebeb;
          color: #494a4c; }
      body:not(.fsComposeMode) .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #820024;
        border-bottom: solid 1px #fff; }
  .fsTabs .fsPanel {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

.fsLayout.video-layout {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px; }
  .fsLayout.video-layout .fsDiv {
    padding-left: 5px;
    padding-right: 5px; }

.autoVid {
  margin-bottom: 0 !important;
  position: relative; }
  .autoVid:before {
    content: '';
    background-color: #2b0d00;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 1;
    transition: .3s; }
  .autoVid > header a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: .3s;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word; }
    @media (min-width: 600px) {
      .autoVid > header a {
        font-size: 35px;
        padding: 20px; } }
  .autoVid:hover:before {
    opacity: 0;
    transition: .3s; }
  .autoVid:hover > header a {
    transition: .3s;
    opacity: .5; }

.video-bg {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 120px; }
  @media (min-width: 600px) {
    .video-bg {
      height: 290px; } }
  .video-bg video {
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 120px; }
    @media (min-width: 600px) {
      .video-bg video {
        min-height: 290px; } }

.video-layout.fsTwoColumnLayout .video-bg video {
  max-height: none;
  max-width: 275px; }
  @media (min-width: 600px) {
    .video-layout.fsTwoColumnLayout .video-bg video {
      max-height: 100%;
      max-width: none; } }
  @media (min-width: 1100px) {
    .video-layout.fsTwoColumnLayout .video-bg video {
      max-width: 100%;
      max-height: none; } }

.video-layout.fsTwoColumnLayout .fsDiv {
  width: 50%;
  float: left; }
  @media (min-width: 600px) {
    .video-layout.fsTwoColumnLayout .fsDiv {
      width: 50%; } }

.video-layout.fsThreeColumnLayout > .fsDiv {
  width: 50%;
  margin-bottom: 10px;
  float: left; }
  @media (min-width: 800px) {
    .video-layout.fsThreeColumnLayout > .fsDiv {
      width: 33.33333%;
      margin-bottom: 0; } }
  .video-layout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 800px) {
      .video-layout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
        width: 33.33333%; } }
    @media screen and (max-width: 799px) {
      .video-layout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 .video-bg video {
        max-height: none;
        max-width: 100%; } }

.video-layout.fsThreeColumnLayout .video-bg video {
  max-height: 100%; }
  @media screen and (max-width: 599px) {
    .video-layout.fsThreeColumnLayout .video-bg video {
      max-width: 275px;
      max-height: none; } }

.touch .autoVid {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 120px; }
  @media (min-width: 600px) {
    .touch .autoVid {
      height: 290px; } }

.touch .video-bg {
  background-size: cover;
  background-position: center; }

.fullpage-tab-treatment #fsPageBodyWrapper {
  padding: 0;
  padding-top: 20px; }
  @media (min-width: 800px) {
    .fullpage-tab-treatment #fsPageBodyWrapper {
      padding: 0; } }

.fullpage-tab-treatment #fsPageBody {
  max-width: none; }

.fullpage-tab-treatment #fsPageContent {
  border-top: 1px solid #ccc;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fullpage-tab-treatment #fsPageContent {
      border: none; } }

.fullpage-tab-treatment .fsPageLayout {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .fullpage-tab-treatment .fsPageLayout > .fsDiv {
    position: relative;
    padding: 240px 0 50px; }
    @media (min-width: 600px) {
      .fullpage-tab-treatment .fsPageLayout > .fsDiv {
        padding: 0; } }

.fullpage-tab-treatment .fsTwoColumnLayout .fsDiv {
  width: 100%; }
  @media (min-width: 800px) {
    .fullpage-tab-treatment .fsTwoColumnLayout .fsDiv {
      width: 50%; } }

@media (min-width: 800px) {
  .fullpage-tab-treatment .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 600px) {
  .fullpage-tab-treatment .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fullpage-tab-treatment .fsFourColumnLayout .fsDiv {
    width: 25%; } }

body:not(.fsComposeMode) .fullpage-tab {
  margin-bottom: 0 !important; }
  body:not(.fsComposeMode) .fullpage-tab.back-button {
    background-color: #5b0019;
    color: #fff;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: background-color .3s;
    z-index: 1;
    width: 100%;
    height: 50px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.back-button {
        width: 50px;
        height: 100%; } }
    body:not(.fsComposeMode) .fullpage-tab.back-button a {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: .05em;
      display: block;
      line-height: 50px;
      padding-left: 20px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab.back-button a {
          padding-left: 0;
          padding-right: 20px; } }
    body:not(.fsComposeMode) .fullpage-tab.back-button:hover {
      background-color: #4c0015;
      transition: background-color .3s; }
      body:not(.fsComposeMode) .fullpage-tab.back-button:hover a {
        color: #ffe894; }
    body:not(.fsComposeMode) .fullpage-tab.back-button > .fsElementContent {
      width: 100%;
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 0;
      display: block; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab.back-button > .fsElementContent {
          text-align: right;
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -ms-transform-origin: bottom right;
          transform-origin: bottom right;
          top: -50px;
          width: 100vh; } }
  body:not(.fsComposeMode) .fullpage-tab > header {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: .5s;
    z-index: 1; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab > header {
        width: 50px;
        height: 100%; } }
    body:not(.fsComposeMode) .fullpage-tab > header > h2 {
      width: 100%;
      position: absolute;
      right: 0px;
      top: 0px;
      padding-left: 20px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: .05em;
      display: block;
      line-height: 50px;
      margin-bottom: 0;
      transition: .3s;
      text-align: left;
      cursor: pointer; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab > header > h2 {
          -ms-transform: rotate(-90deg) scale(1);
          transform: rotate(-90deg) scale(1);
          -ms-transform-origin: bottom right;
          transform-origin: bottom right;
          width: 300px;
          padding-right: 20px;
          padding-left: 0;
          top: -50px;
          text-align: right; } }
    @media (min-width: 600px) {
      .fullpage-tab:not(.open) > header:hover h2 {
        -ms-transform: rotate(-90deg) scale(1.1);
        transform: rotate(-90deg) scale(1.1);
        transition: .3s; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .fullpage-tab.one {
      padding: 0 100px; } }
  body:not(.fsComposeMode) .fullpage-tab.one > header {
    left: 0px;
    background-color: #820024;
    top: 50px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.one > header {
        left: 50px;
        top: 0; } }
  body:not(.fsComposeMode) .fullpage-tab.two > header {
    left: 0;
    background-color: #ffe894;
    top: 100px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.two > header {
        top: 0;
        left: calc(100% - 100px); } }
    body:not(.fsComposeMode) .fullpage-tab.two > header > h2 {
      color: #820024; }
  body:not(.fsComposeMode) .fullpage-tab.two:not(.open) > header:before, body:not(.fsComposeMode) .fullpage-tab.two:not(.open) > header:after {
    background-color: #ffe894; }
  body:not(.fsComposeMode) .fullpage-tab.two.open > header {
    left: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.two.open > header {
        left: 100px; } }
    body:not(.fsComposeMode) .fullpage-tab.two.open > header:before {
      border-color: #ffe894 transparent transparent transparent; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab.two.open > header:before {
          border-color: transparent transparent transparent #ffe894; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .fullpage-tab.two.open > .fsElementContent {
      padding-left: 190px;
      padding-right: 90px; } }
  body:not(.fsComposeMode) .fullpage-tab.two.left-side > header {
    left: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.two.left-side > header {
        left: 100px; } }
  body:not(.fsComposeMode) .fullpage-tab.three > header {
    left: 0;
    background-color: #eeb111;
    top: 150px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.three > header {
        left: calc(100% - 50px);
        top: 0; } }
    body:not(.fsComposeMode) .fullpage-tab.three > header > h2 {
      color: #820024; }
  body:not(.fsComposeMode) .fullpage-tab.three:not(.open) > header:before, body:not(.fsComposeMode) .fullpage-tab.three:not(.open) > header:after {
    background-color: #eeb111; }
  body:not(.fsComposeMode) .fullpage-tab.three.open > header {
    left: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.three.open > header {
        left: calc(100% - 50px);
        left: 150px; } }
    body:not(.fsComposeMode) .fullpage-tab.three.open > header:before {
      border-color: #eeb111 transparent transparent transparent; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab.three.open > header:before {
          border-color: transparent transparent transparent #eeb111; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .fullpage-tab.three.open > .fsElementContent {
      padding-left: 240px;
      padding-right: 40px; } }
  body:not(.fsComposeMode) .fullpage-tab:not(.back-button) > .fsElementContent {
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 0;
    opacity: 0; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:before, body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #820024;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: left .25s, right .25s; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:before {
    left: 0px; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:after {
    right: 0px; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:hover:before, body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:hover:after {
    transition: left .25s, right .25s;
    z-index: 3; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:hover:before {
    left: -3px; }
  body:not(.fsComposeMode) .fullpage-tab:not(.open) > header:hover:after {
    right: -3px; }
  body:not(.fsComposeMode) .fullpage-tab.open > header {
    transition: .5s;
    z-index: 5; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.open > header {
        z-index: 0; } }
    body:not(.fsComposeMode) .fullpage-tab.open > header:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      right: 20px;
      bottom: -15px;
      border-width: 15px 16px 0 16px;
      border-color: #820024 transparent transparent transparent; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .fullpage-tab.open > header:before {
          border-width: 16px 0 16px 15px;
          border-color: transparent transparent transparent #820024;
          right: -15px;
          top: 50px;
          bottom: auto; } }
  body:not(.fsComposeMode) .fullpage-tab.open > .fsElementContent {
    height: 100%;
    width: 100%;
    padding: 0px 20px 0px;
    opacity: 1;
    transition: opacity .3s ease-in-out .3s; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fullpage-tab.open > .fsElementContent {
        padding: 60px 40px 80px; } }

.fullpage-tab-title {
  max-width: 1180px;
  margin: 0 auto 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2; }

.fullpage-tab-inner {
  max-width: 980px;
  margin: 0 auto; }
  @media (min-width: 800px) {
    .one .fullpage-tab-inner > .fsTwoColumnLayout > .fsStyleColumn-1 {
      width: 45%; } }
  .one .fullpage-tab-inner > .fsTwoColumnLayout > .fsStyleColumn-1 > .fsContent {
    margin-bottom: 0;
    text-align: center; }
  @media (min-width: 800px) {
    .one .fullpage-tab-inner > .fsTwoColumnLayout > .fsStyleColumn-2 {
      width: 55%; } }
  .fullpage-tab-inner .fs_style_27 {
    margin: 50px 0; }
    @media (min-width: 800px) {
      .fullpage-tab-inner .fs_style_27 {
        margin: auto; } }
    @media (min-width: 1180px) {
      .fullpage-tab-inner .fs_style_27 {
        margin: 50px 0; } }

body.athletics #fsPageBodyWrapper h1,
body.athletics #fsPageBodyWrapper .alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Knockout 71 A", "Knockout 71 B";
  font-size: 40px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400; }
  body.athletics #fsPageBodyWrapper h1 .fs_style_44,
  body.athletics #fsPageBodyWrapper .alpha .fs_style_44 {
    font-weight: 900; }

body.athletics #fsPageBodyWrapper h2,
body.athletics #fsPageBodyWrapper .beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: "Knockout 31 A", "Knockout 31 B"; }

body.athletics #fsPageBodyWrapper h3,
body.athletics #fsPageBodyWrapper .gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #820024;
  margin-bottom: 20px;
  font-family: "Knockout 71 A", "Knockout 71 B";
  font-weight: 400; }
  body.athletics #fsPageBodyWrapper h3 .fs_style_45,
  body.athletics #fsPageBodyWrapper .gamma .fs_style_45 {
    color: #696a6d;
    font-weight: 600;
    font-family: "calluna", Georgia, serif; }

body.athletics #fsPageBodyWrapper h4,
body.athletics #fsPageBodyWrapper .delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Knockout 31 A", "Knockout 31 B"; }

body.athletics #fsPageBodyWrapper h5,
body.athletics #fsPageBodyWrapper .epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #820024;
  margin-bottom: 10px;
  font-family: "Knockout 71 A", "Knockout 71 B";
  font-weight: 400; }

body.athletics #fsPageBodyWrapper h6,
body.athletics #fsPageBodyWrapper .zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Knockout 71 A", "Knockout 71 B";
  font-weight: 400; }

body.athletics #fsPageBodyWrapper .fs_style_23 {
  color: #696a6d;
  font-size: 28px;
  line-height: 34px;
  font-family: "Knockout 31 A", "Knockout 31 B"; }

body.athletics #fsPageBodyWrapper .drop-cap-container {
  min-height: 80px; }

body.athletics #fsPageBodyWrapper .fs_style_25 {
  font-family: "Knockout 31 A", "Knockout 31 B"; }

body.athletics #fsPageBodyWrapper .ath-logo-bar {
  position: relative; }
  body.athletics #fsPageBodyWrapper .ath-logo-bar:before {
    content: url("/uploaded/themes/default_15/images/athletics-L.svg");
    display: block;
    margin: 30px 0; }
    @media (min-width: 600px) {
      body.athletics #fsPageBodyWrapper .ath-logo-bar:before {
        margin: 45px 0; } }

body .ath-slideshow {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 600px) {
    body .ath-slideshow {
      margin-left: 0;
      margin-right: 0; } }
  body .ath-slideshow img {
    opacity: 1;
    visibility: visible; }
  body .ath-slideshow .slick-track {
    padding: 10px 0; }
  body .ath-slideshow .fsMediaCustomPlayer .slick-next, body .ath-slideshow .fsMediaCustomPlayer .slick-prev {
    height: 100%;
    width: 100px;
    width: 8.5%; }
    body .ath-slideshow .fsMediaCustomPlayer .slick-next:before, body .ath-slideshow .fsMediaCustomPlayer .slick-prev:before {
      font-family: "IcoMoon";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 50px;
      line-height: 50px;
      width: 60px;
      width: 100%;
      font-size: 24px;
      color: #494a4c;
      text-shadow: none; }
      @media (min-width: 600px) {
        body .ath-slideshow .fsMediaCustomPlayer .slick-next:before, body .ath-slideshow .fsMediaCustomPlayer .slick-prev:before {
          color: #fff;
          font-size: 36px; } }
      @media (min-width: 800px) {
        body .ath-slideshow .fsMediaCustomPlayer .slick-next:before, body .ath-slideshow .fsMediaCustomPlayer .slick-prev:before {
          font-size: 50px; } }
  body .ath-slideshow .fsMediaCustomPlayer .slick-prev:before {
    content: '\e915'; }
  body .ath-slideshow .fsMediaCustomPlayer .slick-next:before {
    content: '\e914'; }

body .ath-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: solid 0px #fff;
  border-bottom: solid 0px #fff;
  transition: .3s; }

body .ath-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden; }

body .ath-slide.slick-current {
  z-index: 5; }
  body .ath-slide.slick-current:before {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in .3s; }
  body .ath-slide.slick-current .caption-desc {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

body .ath-slide .caption-desc {
  display: block;
  transition: all 0.3s;
  color: white;
  background: #696a6d;
  width: 100%;
  padding: 20px;
  bottom: 0;
  z-index: 100;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s; }
  @media (min-width: 800px) {
    body .ath-slide .caption-desc {
      background: transparent;
      position: absolute;
      left: 40px;
      bottom: 40px;
      padding: 0; } }
  body .ath-slide .caption-desc h1,
  body .ath-slide .caption-desc h2,
  body .ath-slide .caption-desc h3,
  body .ath-slide .caption-desc h4,
  body .ath-slide .caption-desc p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  body .ath-slide .caption-desc p {
    margin-bottom: 10px; }
  body .ath-slide .caption-desc a {
    text-shadow: none; }
  body .ath-slide .caption-desc:empty {
    display: none; }
  body .ath-slide .caption-desc .fs_style_29 {
    border-color: #494a4c;
    color: #696a6d;
    margin: 0; }
    body .ath-slide .caption-desc .fs_style_29:hover {
      background-color: #eeb111; }

body .ath-slide .caption-desc p:last-child {
  margin-bottom: 0; }

body .ath-slide:not(.slick-current):after {
  background-color: #fff;
  border-top: solid 30px #fff;
  border-bottom: solid 30px #fff; }
  @media (min-width: 600px) {
    body .ath-slide:not(.slick-current):after {
      background-color: rgba(0, 0, 0, 0.5); } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

.home #fsPageContent {
  margin-bottom: 0; }

.home .nav-sub {
  display: none; }

.home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools input.gsc-input {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff;
  font-size: 14px;
  height: 35px !important; }
  @media (min-width: 600px) {
    .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools input.gsc-input {
      font-size: 22px;
      height: 70px !important; } }
  @media (min-width: 710px) {
    .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools input.gsc-input {
      font-size: 30px;
      height: 100px !important; } }

.home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-input {
  width: calc(100% - 30px); }
  @media (min-width: 600px) {
    .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-input {
      width: calc(100% - 50px); } }
  @media (min-width: 710px) {
    .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-input {
      width: calc(100% - 80px); } }

.home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools {
  border-color: #fff; }

.home .home-search form.gsc-search-box-tools td.gsc-search-button {
  background: transparent;
  width: 30px; }
  @media (min-width: 600px) {
    .home .home-search form.gsc-search-box-tools td.gsc-search-button {
      width: 50px; } }
  @media (min-width: 710px) {
    .home .home-search form.gsc-search-box-tools td.gsc-search-button {
      width: 80px; } }
  .home .home-search form.gsc-search-box-tools td.gsc-search-button:after {
    font-size: 12px; }
    @media (min-width: 600px) {
      .home .home-search form.gsc-search-box-tools td.gsc-search-button:after {
        font-size: 18px; } }
    @media (min-width: 710px) {
      .home .home-search form.gsc-search-box-tools td.gsc-search-button:after {
        font-size: 24px; } }

.home .home-search form.gsc-search-box-tools div.gsc-input-box table, .home .home-search form.gsc-search-box-tools div.gsc-input-box tbody,
.home .home-search form.gsc-search-box-tools div.gsc-input-box tr, .home .home-search form.gsc-search-box-tools div.gsc-input-box td,
.home .home-search form.gsc-search-box-tools div.gsc-input-box, .home .home-search form.gsc-search-box-tools td.gsc-search-button {
  height: 35px; }
  @media (min-width: 600px) {
    .home .home-search form.gsc-search-box-tools div.gsc-input-box table, .home .home-search form.gsc-search-box-tools div.gsc-input-box tbody,
    .home .home-search form.gsc-search-box-tools div.gsc-input-box tr, .home .home-search form.gsc-search-box-tools div.gsc-input-box td,
    .home .home-search form.gsc-search-box-tools div.gsc-input-box, .home .home-search form.gsc-search-box-tools td.gsc-search-button {
      height: 70px; } }
  @media (min-width: 710px) {
    .home .home-search form.gsc-search-box-tools div.gsc-input-box table, .home .home-search form.gsc-search-box-tools div.gsc-input-box tbody,
    .home .home-search form.gsc-search-box-tools div.gsc-input-box tr, .home .home-search form.gsc-search-box-tools div.gsc-input-box td,
    .home .home-search form.gsc-search-box-tools div.gsc-input-box, .home .home-search form.gsc-search-box-tools td.gsc-search-button {
      height: 100px; } }

.home .home-search {
  max-width: 100%;
  padding: 30px 20px 0;
  text-align: center;
  height: 185px;
  position: relative;
  margin-bottom: 0 !important;
  background-size: cover; }
  @media (min-width: 600px) {
    .home .home-search {
      height: 350px;
      padding: 95px 20px 0; } }
  @media (min-width: 900px) {
    .home .home-search {
      height: 500px;
      padding: 125px 20px 0; } }
  .home .home-search:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2b0d00;
    opacity: .3;
    top: 0;
    left: 0;
    position: absolute; }
  .home .home-search .fsElementTitle {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media (min-width: 600px) {
      .home .home-search .fsElementTitle {
        font-size: 36px;
        margin-bottom: 30px; } }
    @media (min-width: 900px) {
      .home .home-search .fsElementTitle {
        font-size: 60px; } }
  .home .home-search > header {
    position: relative; }
  .home .home-search .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem; }
  .home .home-search .gsc-input-box {
    background: transparent;
    text-align: left; }
  .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-search-button:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .home .home-search.fsSearch:not(.header-search) form.gsc-search-box-tools td.gsc-search-button:hover:after {
    color: #fff; }

.home .fsElement.home-news {
  padding: 20px 20px 60px;
  text-align: center;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 600px) {
    .home .fsElement.home-news {
      text-align: left;
      padding: 20px 20px 0;
      margin-bottom: 20px; } }
  @media (min-width: 710px) {
    .home .fsElement.home-news {
      padding-top: 50px;
      padding-bottom: 60px; } }
  .home .fsElement.home-news > .fsElementContent, .home .fsElement.home-news > header {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem; }
  .home .fsElement.home-news > .fsElementContent {
    text-align: left; }
  @media screen and (max-width: 599px) {
    .home .fsElement.home-news.view-more > header .fsElementHeaderContent {
      left: 0;
      text-align: left;
      bottom: 30px;
      padding-left: 20px; } }
  .home .fsElement.home-news > header {
    position: static;
    text-align: left;
    display: block;
    margin: 0 auto 30px;
    padding: 0 0px 5px; }
    @media (min-width: 600px) {
      .home .fsElement.home-news > header {
        margin-bottom: 40px;
        position: relative;
        padding-left: 50px; } }
    .home .fsElement.home-news > header:before {
      content: '\e909';
      font-family: "IcoMoon";
      color: #820024;
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 30px;
      display: none;
      margin-top: -2px; }
      @media (min-width: 600px) {
        .home .fsElement.home-news > header:before {
          display: block; } }
    .home .fsElement.home-news > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      font-weight: 700;
      margin-bottom: 30px;
      margin-bottom: 0 !important;
      font-size: 20px;
      line-height: 1.2; }
      .home .fsElement.home-news > header h2 .fs_style_44 {
        font-weight: 900; }
      @media (min-width: 600px) {
        .home .fsElement.home-news > header h2 {
          font-size: 30px;
          line-height: 38px; } }
      @media (min-width: 710px) {
        .home .fsElement.home-news > header h2 {
          font-size: 40px;
          line-height: 48px; } }
  .home .fsElement.home-news.fsList .fsListItems {
    display: block;
    zoom: 1; }
    .home .fsElement.home-news.fsList .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .home .fsElement.home-news.fsList .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .home .fsElement.home-news.fsList article {
    width: 100%;
    position: relative;
    overflow: visible; }
    @media (min-width: 600px) {
      .home .fsElement.home-news.fsList article {
        width: 33.333%;
        padding: 0 20px;
        float: left; } }
    @media (min-width: 900px) {
      .home .fsElement.home-news.fsList article {
        float: none;
        width: 22%; } }
    .home .fsElement.home-news.fsList article:after {
      display: none; }
    .home .fsElement.home-news.fsList article:before {
      content: '';
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0px;
      background: url("/uploaded/themes/default_15/images/bg_pattern.gif");
      opacity: .8; }
      @media (min-width: 600px) {
        .home .fsElement.home-news.fsList article:before {
          width: 5px;
          height: 100%;
          left: -2px;
          top: 0;
          bottom: auto; } }
    .home .fsElement.home-news.fsList article:first-child {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 900px) {
        .home .fsElement.home-news.fsList article:first-child {
          width: 34%;
          padding-right: 20px; } }
      .home .fsElement.home-news.fsList article:first-child .fsThumbnail {
        width: 100%; }
        .home .fsElement.home-news.fsList article:first-child .fsThumbnail img {
          width: 100%; }
      @media (min-width: 600px) {
        .home .fsElement.home-news.fsList article:first-child:before {
          display: none; } }
    .home .fsElement.home-news.fsList article:nth-child(2) {
      padding-left: 0; }
      @media (min-width: 900px) {
        .home .fsElement.home-news.fsList article:nth-child(2) {
          padding-left: 20px; } }
      @media (min-width: 600px) {
        .home .fsElement.home-news.fsList article:nth-child(2):before {
          display: none; } }
      @media (min-width: 900px) {
        .home .fsElement.home-news.fsList article:nth-child(2):before {
          display: block; } }
    .home .fsElement.home-news.fsList article:last-child {
      padding-right: 0; }
      .home .fsElement.home-news.fsList article:last-child:before {
        display: none; }
        @media (min-width: 600px) {
          .home .fsElement.home-news.fsList article:last-child:before {
            display: block; } }
  .home .fsElement.home-news.fsList .fsThumbnail {
    display: none; }
    @media (min-width: 600px) {
      .home .fsElement.home-news.fsList .fsThumbnail {
        display: block; } }
  .home .fsElement.home-news .fsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .home .fsElement.home-news .fsTitle {
        font-size: 30px; } }
  .home .fsElement.home-news .fsDateTime {
    margin-bottom: 5px; }
  .home .fsElement.home-news .fsThumbnail {
    margin-bottom: 15px; }

.home #fsPageWrapper {
  transition: .75s; }

.home .close-button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 25;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 500px) {
    .home .close-button {
      right: 10px;
      width: 4.2vw;
      height: 60px;
      top: 20px; } }
  .home .close-button:before {
    content: '\e901';
    font-family: "IcoMoon";
    color: #820024;
    font-size: 30px;
    text-align: right; }
    @media (min-width: 500px) {
      .home .close-button:before {
        font-size: 36px; } }

.home.full .close-button {
  opacity: 1;
  visibility: visible;
  transition: .75s; }

body.full {
  overflow: hidden; }
  body.full #fsPageWrapper {
    transform: translateX(-100%) translateZ(0);
    position: relative;
    transition: .75s;
    pointer-events: none; }
    .touch body.full #fsPageWrapper {
      position: fixed; }
    body.full #fsPageWrapper a {
      pointer-events: none; }
    @media (min-width: 500px) {
      body.full #fsPageWrapper {
        transform: translateX(-75%) translateZ(0); } }
    @media (min-width: 980px) {
      body.full #fsPageWrapper {
        transform: translateX(-50%) translateZ(0); } }
    body.full #fsPageWrapper:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      display: block;
      z-index: 50;
      opacity: 1;
      visibility: visible; }

.home-load-wrapper {
  width: 100%;
  background-color: #fff;
  z-index: 25;
  top: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  height: 100%;
  transition: .75s;
  right: 0;
  transform: translate3d(100%, 0, 0); }
  @media (min-width: 500px) {
    .home-load-wrapper {
      width: 75%; } }
  @media (min-width: 980px) {
    .home-load-wrapper {
      width: 50%; }
      .home-load-wrapper > .hero-expanded-container {
        overflow: hidden; } }

body.full .home-load-wrapper {
  right: 0;
  transition: .75s;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.home-slider-container {
  position: relative;
  padding: 0 20px;
  margin-bottom: 0px !important;
  height: 210px; }
  @media (min-width: 500px) {
    .home-slider-container {
      height: 400px; } }
  @media (min-width: 710px) {
    .home-slider-container {
      height: 500px;
      margin-bottom: 65px !important; } }
  @media (min-width: 900px) {
    .home-slider-container {
      height: 600px; } }
  .home-slider-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43, 13, 0, 0.3);
    z-index: 1; }
  .fsComposeMode .home-slider-container {
    height: auto;
    max-height: none; }
    .fsComposeMode .home-slider-container > header {
      display: none; }
  .home-slider-container header {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem;
    z-index: 3;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 10px;
    width: 100%; }
    @media (min-width: 320px) {
      .home-slider-container header {
        padding: 0 20px; } }
    @media (min-width: 500px) {
      .home-slider-container header {
        padding: 0 40px; } }
    @media (min-width: 1220px) {
      .home-slider-container header {
        padding: 0; } }
    .home-slider-container header h2, .home-slider-container header .fsElementHeaderContent {
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      display: inline; }
      @media (min-width: 500px) {
        .home-slider-container header h2, .home-slider-container header .fsElementHeaderContent {
          font-size: 22px; } }
      @media (min-width: 710px) {
        .home-slider-container header h2, .home-slider-container header .fsElementHeaderContent {
          font-size: 30px; } }
      @media (min-width: 900px) {
        .home-slider-container header h2, .home-slider-container header .fsElementHeaderContent {
          font-size: 42px; } }
      @media (min-width: 1180px) {
        .home-slider-container header h2, .home-slider-container header .fsElementHeaderContent {
          font-size: 60px; } }
  .home-slider-container > .fsElementContent header {
    padding-left: 90px; }
    @media (min-width: 320px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 100px; } }
    @media (min-width: 500px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 165px; } }
    @media (min-width: 710px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 210px; } }
    @media (min-width: 900px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 270px; } }
    @media (min-width: 1180px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 370px; } }
    @media (min-width: 1220px) {
      .home-slider-container > .fsElementContent header {
        padding-left: 330px; } }
    .home-slider-container > .fsElementContent header a {
      color: #fff; }
  @media screen and (max-width: 499px) {
    .home-slider-container > header > h2 {
      line-height: 34px; } }
  .home-slider-container.drop-open .homeSlide > header {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0);
    transform: translate(0);
    transition: .3s; }
  .home-slider-container.drop-open .homeSlide.on header {
    top: 10%; }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide.on header {
        top: 20%; } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide.on header {
        top: 125px; } }
  .home-slider-container.drop-open .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
    content: '\e913'; }
  .home-slider-container.drop-open .homeSlide:nth-child(2) header {
    top: calc(10% + 40px); }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide:nth-child(2) header {
        top: calc(20% + 70px); } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide:nth-child(2) header {
        top: 230px; } }
  .home-slider-container.drop-open .homeSlide:nth-child(3) header {
    top: calc(10% + 65px); }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide:nth-child(3) header {
        top: calc(20% + 110px); } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide:nth-child(3) header {
        top: 280px; } }
  .home-slider-container.drop-open .homeSlide:nth-child(4) header {
    top: calc(10% + 90px); }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide:nth-child(4) header {
        top: calc(20% + 150px); } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide:nth-child(4) header {
        top: 330px; } }
  .home-slider-container.drop-open .homeSlide:nth-child(5) header {
    top: calc(10% + 115px); }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide:nth-child(5) header {
        top: calc(20% + 190px); } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide:nth-child(5) header {
        top: 380px; } }
  .home-slider-container.drop-open .homeSlide:nth-child(6) header {
    top: calc(10% + 140px); }
    @media (min-width: 500px) {
      .home-slider-container.drop-open .homeSlide:nth-child(6) header {
        top: calc(20% + 230px); } }
    @media (min-width: 900px) {
      .home-slider-container.drop-open .homeSlide:nth-child(6) header {
        top: 430px; } }

.homeSlide {
  margin-bottom: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  .fsComposeMode .homeSlide {
    position: relative; }
    .fsComposeMode .homeSlide > .fsElementContent {
      background: none !important; }
  body:not(.fsComposeMode) .homeSlide img {
    display: none; }
  body:not(.fsComposeMode) .homeSlide > .fsElementContent {
    background-size: cover;
    background-position: center;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .75s; }
  body:not(.fsComposeMode) .homeSlide > header {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .homeSlide > header .fsElementHeaderContent {
    font-size: 36px;
    display: block; }
    .homeSlide > header .fsElementHeaderContent a {
      color: #fff;
      font-size: 12px;
      padding-left: 20px;
      line-height: 1;
      padding: 10px;
      transition: .3s;
      display: block; }
      @media (min-width: 500px) {
        .homeSlide > header .fsElementHeaderContent a {
          font-size: 18px; } }
      @media (min-width: 710px) {
        .homeSlide > header .fsElementHeaderContent a {
          padding: 10px 20px;
          font-size: 24px; } }
      @media (min-width: 900px) {
        .homeSlide > header .fsElementHeaderContent a {
          font-size: 36px; } }
      .homeSlide > header .fsElementHeaderContent a:hover {
        opacity: .625;
        transition: .3s; }
      .homeSlide > header .fsElementHeaderContent a.visited {
        opacity: .625; }
  body:not(.fsComposeMode) .homeSlide.on > .fsElementContent {
    opacity: 1;
    visibility: visible; }
  body:not(.fsComposeMode) .homeSlide.on > header {
    opacity: 1;
    visibility: visible; }
  body:not(.fsComposeMode) .homeSlide.on a.visited {
    opacity: 1; }
  body:not(.fsComposeMode) .homeSlide.show > .fsElementContent {
    opacity: 1;
    visibility: visible;
    transition: .75s; }
  .homeSlide:first-child > header .fsElementHeaderContent {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    border-radius: 4px;
    display: block;
    position: relative;
    cursor: default;
    padding-right: 30px;
    zoom: 1;
    z-index: 101; }
    .homeSlide:first-child > header .fsElementHeaderContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 500px) {
      .homeSlide:first-child > header .fsElementHeaderContent {
        padding-right: 50px; } }
    @media (min-width: 710px) {
      .homeSlide:first-child > header .fsElementHeaderContent {
        padding-right: 90px; } }
    @media (min-width: 1000px) {
      .homeSlide:first-child > header .fsElementHeaderContent {
        min-width: 700px;
        display: inline-block; } }
    .homeSlide:first-child > header .fsElementHeaderContent .drop-down {
      font-family: "IcoMoon";
      width: 25px;
      height: 100%;
      position: absolute;
      right: 0;
      border-left: solid 1px #fff;
      top: 0;
      color: #fff;
      text-align: center;
      font-weight: normal;
      transition: .3s;
      cursor: pointer; }
      @media (min-width: 500px) {
        .homeSlide:first-child > header .fsElementHeaderContent .drop-down {
          width: 40px; } }
      @media (min-width: 710px) {
        .homeSlide:first-child > header .fsElementHeaderContent .drop-down {
          width: 70px; } }
      .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
        content: '\e90c';
        font-size: 14px;
        line-height: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 500px) {
          .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
            font-size: 22px; } }
        @media (min-width: 710px) {
          .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
            font-size: 30px; } }
        @media (min-width: 900px) {
          .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
            font-size: 42px; } }
        @media (min-width: 1180px) {
          .homeSlide:first-child > header .fsElementHeaderContent .drop-down:after {
            font-size: 60px; } }
      .homeSlide:first-child > header .fsElementHeaderContent .drop-down:hover {
        background-color: rgba(0, 0, 0, 0.3);
        transition: .3s; }
    .homeSlide:first-child > header .fsElementHeaderContent a {
      padding: 10px 0 10px 5px;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      float: left; }
      @media (min-width: 500px) {
        .homeSlide:first-child > header .fsElementHeaderContent a {
          font-size: 22px;
          float: none;
          padding: 15px 0 15px 5px; } }
      @media (min-width: 710px) {
        .homeSlide:first-child > header .fsElementHeaderContent a {
          font-size: 30px;
          padding: 15px 0 15px 20px; } }
      @media (min-width: 900px) {
        .homeSlide:first-child > header .fsElementHeaderContent a {
          font-size: 42px; } }
      @media (min-width: 1180px) {
        .homeSlide:first-child > header .fsElementHeaderContent a {
          font-size: 60px; } }

.hero-expanded-container {
  padding: 60px 20px 20px; }
  @media (min-width: 500px) {
    .hero-expanded-container {
      padding: 4.2vw; } }
  .hero-expanded-container > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px; }
    .hero-expanded-container > header h2 .fs_style_44 {
      font-weight: 900; }

body:not(.fsComposeMode) .parallax-container {
  min-height: 450px;
  background: url("/uploaded/themes/default_15/images/flower.svg");
  background-size: contain;
  background-position: -110px 0;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 20px;
  display: none; }
  @media (min-width: 710px) {
    body:not(.fsComposeMode) .parallax-container {
      display: block; } }
  body:not(.fsComposeMode) .parallax-container > header, body:not(.fsComposeMode) .parallax-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem;
    width: 100%; }
  body:not(.fsComposeMode) .parallax-container > header .fsElementHeaderContent {
    font-size: 36px;
    line-height: 1; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .parallax-container > header .fsElementHeaderContent {
        font-size: 60px; } }
    body:not(.fsComposeMode) .parallax-container > header .fsElementHeaderContent .fs_style_29 {
      margin-top: 30px; }
  body:not(.fsComposeMode) .parallax-container > header {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 10;
    left: 20px; }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .parallax-container > header {
        left: 0; } }
    @media screen and (max-width: 709px) {
      body:not(.fsComposeMode) .parallax-container > header {
        display: none; } }
  body:not(.fsComposeMode) .parallax-container .fsLayout {
    margin: 0 auto; }
  body:not(.fsComposeMode) .parallax-container p {
    margin-bottom: 0; }

body:not(.fsComposeMode) .wrapperOne {
  position: relative;
  height: 845px; }
  body:not(.fsComposeMode) .wrapperOne .fsStyleColumn {
    transform: translateZ(0);
    border: 3px solid #fff;
    padding: 0;
    pointer-events: none;
    position: absolute;
    float: none;
    display: block; }
    body:not(.fsComposeMode) .wrapperOne .fsStyleColumn > .fsContent {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-1 {
    width: 200px;
    height: 140px;
    left: 40px;
    bottom: 230px;
    z-index: 5; }
  body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-2 {
    width: 280px;
    height: 280px;
    left: 200px;
    bottom: 140px;
    z-index: 4; }
  body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-3 {
    max-width: 780px;
    right: 0;
    top: 0;
    z-index: 3;
    max-width: 68%;
    height: 350px;
    width: 780px; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-3 {
        max-width: 62%;
        height: 468px; } }
    @media (min-width: 1040px) {
      body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-3 {
        max-width: 66%; } }
  body:not(.fsComposeMode) .wrapperOne .fsStyleColumn-4 {
    width: 280px;
    height: 280px;
    bottom: 0;
    right: 40px;
    z-index: 2; }

body:not(.fsComposeMode) .wrapperTwo {
  position: relative;
  height: 560px; }
  body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn {
    transform: translateZ(0);
    border: 3px solid #fff;
    padding: 0;
    position: absolute;
    text-align: right; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn {
        text-align: left; } }
    body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn > .fsContent {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-1 {
    width: 200px;
    height: 140px;
    left: 0px;
    bottom: 125px;
    z-index: 5; }
  body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-2 {
    height: 400px;
    top: -20px;
    z-index: 4;
    left: 20px;
    width: 50%; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-2 {
        left: 40px;
        width: 52%; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-2 {
        left: 135px;
        width: 540px; } }
  body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-3 {
    width: 280px;
    height: 280px;
    right: 20px;
    bottom: 0;
    z-index: 5; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-3 {
        right: 275px; } }
  body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 {
    width: 50%;
    height: 200px;
    font-size: 60px;
    line-height: 1;
    top: 70px;
    right: 20px;
    z-index: 10;
    border: none; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 {
        padding-left: 12.5vw; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 {
        right: 0; } }
    body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 > .fsContent {
      position: relative; }
      body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 > .fsContent p {
        margin-bottom: 0; }
      @media (min-width: 1180px) {
        body:not(.fsComposeMode) .wrapperTwo .fsStyleColumn-4 > .fsContent {
          position: fixed; } }

body:not(.fsComposeMode) .wrapperThree {
  position: relative;
  height: 470px; }
  body:not(.fsComposeMode) .wrapperThree .fsStyleColumn {
    transform: translateZ(0);
    border: 3px solid #fff;
    padding: 0;
    position: absolute; }
    body:not(.fsComposeMode) .wrapperThree .fsStyleColumn > .fsContent {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  body:not(.fsComposeMode) .wrapperThree .fsStyleColumn-1 {
    width: 50%;
    height: 200px;
    font-size: 60px;
    line-height: 1;
    top: 30px;
    left: 0;
    z-index: 10;
    border: none; }
  body:not(.fsComposeMode) .wrapperThree .fsStyleColumn-2 {
    width: 66%;
    height: 350px;
    right: 0px;
    top: -50px;
    z-index: 3; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperThree .fsStyleColumn-2 {
        height: 468px;
        top: -100px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .wrapperThree .fsStyleColumn-2 {
        right: 50px;
        width: 780px; } }
  body:not(.fsComposeMode) .wrapperThree .fsStyleColumn-3 {
    width: 200px;
    height: 140px;
    right: 135px;
    bottom: 0;
    z-index: 5; }

body:not(.fsComposeMode) .wrapperFour {
  position: relative;
  height: 460px; }
  body:not(.fsComposeMode) .wrapperFour .fsStyleColumn {
    transform: translateZ(0);
    border: 3px solid #fff;
    padding: 0;
    position: absolute; }
    body:not(.fsComposeMode) .wrapperFour .fsStyleColumn > .fsContent {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      text-align: right; }
      @media (min-width: 980px) {
        body:not(.fsComposeMode) .wrapperFour .fsStyleColumn > .fsContent {
          text-align: left; } }
  body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-1 {
    width: 280px;
    height: 280px;
    left: 0px;
    top: -125px;
    z-index: 3; }
  body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-2 {
    width: 200px;
    height: 140px;
    left: 155px;
    bottom: -50px;
    z-index: 5; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-2 {
        bottom: 50px; } }
  body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-3 {
    width: 68%;
    height: 400px;
    left: 20px;
    bottom: 0;
    z-index: 3; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-3 {
        left: 20%;
        width: 45%; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-3 {
        left: 320px;
        width: 540px; } }
  body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-4 {
    width: 300px;
    padding-left: 20px;
    height: 200px;
    line-height: 1;
    bottom: 50px;
    right: 20px;
    z-index: 10;
    border: none;
    font-size: 60px; }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .wrapperFour .fsStyleColumn-4 {
        right: 0;
        padding-left: 70px;
        width: 28.8%; } }

@media screen and (max-width: 979px) {
  .wrapperOne .fsContent > .fsElementContent, .wrapperTwo .fsContent > .fsElementContent, .wrapperThree .fsContent > .fsElementContent, .wrapperFour .fsContent > .fsElementContent {
    font-size: 36px;
    display: inline-block;
    text-align: left; }
    .wrapperOne .fsContent > .fsElementContent .fs_style_29, .wrapperTwo .fsContent > .fsElementContent .fs_style_29, .wrapperThree .fsContent > .fsElementContent .fs_style_29, .wrapperFour .fsContent > .fsElementContent .fs_style_29 {
      margin-top: 30px; } }

body:not(.fsComposeMode) .parallax-mobile {
  display: block;
  padding: 4px;
  zoom: 1; }
  body:not(.fsComposeMode) .parallax-mobile:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .parallax-mobile {
      padding: 6px; } }
  @media (min-width: 710px) {
    body:not(.fsComposeMode) .parallax-mobile {
      display: none; } }
  body:not(.fsComposeMode) .parallax-mobile .fsStyleColumn {
    width: 50%;
    float: left; }
  body:not(.fsComposeMode) .parallax-mobile .fsElement.button {
    height: 145px;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
    background-position: center; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .parallax-mobile .fsElement.button {
        font-size: 24px;
        margin-bottom: 6px; } }
    body:not(.fsComposeMode) .parallax-mobile .fsElement.button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(43, 13, 0, 0.5); }
    body:not(.fsComposeMode) .parallax-mobile .fsElement.button > .fsElementContent {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    body:not(.fsComposeMode) .parallax-mobile .fsElement.button p {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .parallax-mobile a {
    color: #fff;
    display: block; }
  body:not(.fsComposeMode) .parallax-mobile .fsStyleColumn-1 {
    padding-right: 2px; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .parallax-mobile .fsStyleColumn-1 {
        padding-right: 3px; } }
  body:not(.fsComposeMode) .parallax-mobile .fsStyleColumn-2 {
    padding-left: 2px; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .parallax-mobile .fsStyleColumn-2 {
        padding-left: 3px; } }

.tool-tip-anchor {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
  position: relative; }
  .tool-tip-anchor a {
    position: absolute;
    top: -70px; }

.fsPageLayout .fsContent.fsElement.tool-tip .fsElementContent ul {
  padding: 0; }

.touch .tool-tip {
  display: none; }

body:not(.fsComposeMode) .tool-tip {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30px;
  z-index: 100;
  display: none; }
  @media (min-width: 710px) {
    body:not(.fsComposeMode) .tool-tip {
      display: block;
      padding-right: 10px; } }
  @media (min-width: 1050px) {
    body:not(.fsComposeMode) .tool-tip {
      padding-right: 30px; } }
  body:not(.fsComposeMode) .tool-tip ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  body:not(.fsComposeMode) .tool-tip li {
    position: relative;
    height: 32px;
    text-align: right;
    margin-bottom: 2px; }
    body:not(.fsComposeMode) .tool-tip li a:before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    body:not(.fsComposeMode) .tool-tip li:after {
      content: '';
      width: 1px;
      height: 11px;
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      position: absolute;
      right: 5px;
      top: 27px; }
    body:not(.fsComposeMode) .tool-tip li:last-child:after {
      display: none; }
    body:not(.fsComposeMode) .tool-tip li:hover span {
      transition: .3s;
      opacity: 1;
      visibility: visible; }
    body:not(.fsComposeMode) .tool-tip li:hover:before {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s; }
    body:not(.fsComposeMode) .tool-tip li a.on:before {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s; }
  body:not(.fsComposeMode) .tool-tip span {
    display: block;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden; }
  body:not(.fsComposeMode) .tool-tip span {
    color: #494a4c;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    text-transform: uppercase;
    background-color: rgba(190, 183, 177, 0.5);
    background-color: #f7f8f8;
    border: 1px solid #7f7f7f;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    margin-right: 20px; }
    body:not(.fsComposeMode) .tool-tip span:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
      display: block;
      position: absolute;
      right: -6px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    body:not(.fsComposeMode) .tool-tip span:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #f7f8f8;
      display: block;
      position: absolute;
      right: -5px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.5em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #494a4c;
      color: #494a4c; }
      .colors ol li:nth-of-type(1):after {
        content: "#494a4c"; }
    .colors ol li:nth-of-type(2) {
      background: #820024;
      color: #820024; }
      .colors ol li:nth-of-type(2):after {
        content: "#820024"; }
    .colors ol li:nth-of-type(3) {
      background: #eeb111;
      color: #eeb111; }
      .colors ol li:nth-of-type(3):after {
        content: "#eeb111"; }
    .colors ol li:nth-of-type(4) {
      background: #5b0019;
      color: #5b0019; }
      .colors ol li:nth-of-type(4):after {
        content: "#5b0019"; }
    .colors ol li:nth-of-type(5) {
      background: #d09302;
      color: #d09302; }
      .colors ol li:nth-of-type(5):after {
        content: "#d09302"; }
    .colors ol li:nth-of-type(6) {
      background: #ffe894;
      color: #ffe894; }
      .colors ol li:nth-of-type(6):after {
        content: "#ffe894"; }
    .colors ol li:nth-of-type(7) {
      background: #003468;
      color: #003468; }
      .colors ol li:nth-of-type(7):after {
        content: "#003468"; }
    .colors ol li:nth-of-type(8) {
      background: #54bceb;
      color: #54bceb; }
      .colors ol li:nth-of-type(8):after {
        content: "#54bceb"; }
    .colors ol li:nth-of-type(9) {
      background: #adb8bf;
      color: #adb8bf; }
      .colors ol li:nth-of-type(9):after {
        content: "#adb8bf"; }
    .colors ol li:nth-of-type(10) {
      background: #696a6d;
      color: #696a6d; }
      .colors ol li:nth-of-type(10):after {
        content: "#696a6d"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.25em;
    padding: 0.25em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "calluna", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "calluna, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "calluna-semibold", Georgia, serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "calluna-semibold, Georgia, serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "calluna-sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "calluna-sans, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "calluna-sans-black", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "calluna-sans-black, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / line: 48px"; }

.headers h2:after {
  content: " size: 35px / line: 42px"; }

.headers h3:after {
  content: " size: 28px / line: 34px"; }

.headers h4:after {
  content: " size: 24px / line: 28px"; }

.headers h5:after {
  content: " size: 20px / line: 26px"; }

.headers h6:after {
  content: " size: 14px / line: 18px"; }

.centerAccordionSlider {
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }
  .centerAccordionSlider > .fsElementContent {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
    .centerAccordionSlider > .fsElementContent .fsElementHeaderContent {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s;
      position: absolute;
      color: white;
      background: #820024;
      width: 100%;
      padding: 20px;
      bottom: 0;
      z-index: 100; }
      @media (min-width: 800px) {
        .centerAccordionSlider > .fsElementContent .fsElementHeaderContent {
          background: transparent;
          left: 20px;
          padding: 0; } }
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent h1,
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent h2,
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent h3,
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent h4,
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent p {
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      .centerAccordionSlider > .fsElementContent .fsElementHeaderContent a {
        text-shadow: none; }
  .centerAccordionSlider .fsContent {
    height: 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
    margin: 0; }
    .centerAccordionSlider .fsContent img {
      visibility: hidden; }
    .centerAccordionSlider .fsContent:after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      transition: 0.5s;
      opacity: 1; }
    .centerAccordionSlider .fsContent:hover:after {
      opacity: 0; }
    .centerAccordionSlider .fsContent.active {
      height: 56vw; }
      .centerAccordionSlider .fsContent.active:after {
        opacity: 0; }
      .centerAccordionSlider .fsContent.active .fsElementHeaderContent {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
  @media (min-width: 800px) {
    .centerAccordionSlider {
      height: 39vw; }
      .centerAccordionSlider .fsContent {
        display: table-cell;
        height: auto;
        width: 5.1%; }
        .centerAccordionSlider .fsContent img {
          height: 580px; }
        .centerAccordionSlider .fsContent:hover {
          width: 6%; }
          .centerAccordionSlider .fsContent:hover:after {
            opacity: 0; }
        .centerAccordionSlider .fsContent.active {
          height: auto;
          width: 80%; }
          .centerAccordionSlider .fsContent.active:after {
            opacity: 0; } }
  @media (min-width: 800px) {
    .two-panels.centerAccordionSlider .fsContent.active {
      width: 12.1%; } }
  @media (min-width: 800px) {
    .three-panels.centerAccordionSlider .fsContent.active {
      width: 24.1%; } }
  @media (min-width: 800px) {
    .four-panels.centerAccordionSlider .fsContent.active {
      width: 35.1%; } }
  @media (min-width: 800px) {
    .five-panels.centerAccordionSlider .fsContent.active {
      width: 48.1%; } }
  @media (min-width: 800px) {
    .six-panels.centerAccordionSlider .fsContent.active {
      width: 61.1%; } }
  @media (min-width: 800px) {
    .seven-panels.centerAccordionSlider .fsContent.active {
      width: 72.1%; } }

.caption-slider .centerAccordionSlider .mobile-image {
  background-size: cover;
  display: block;
  background-position: center;
  transition: all 0.5s;
  height: 40px; }
  @media (min-width: 800px) {
    .caption-slider .centerAccordionSlider .mobile-image {
      display: none; } }

@media (min-width: 800px) {
  .caption-slider .centerAccordionSlider {
    overflow: visible;
    margin-bottom: 50px !important; } }

@media (max-width: 799px) {
  .caption-slider .centerAccordionSlider .fsContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: auto !important; } }

@media (max-width: 799px) {
  .caption-slider .centerAccordionSlider .fsContent.active {
    height: auto; }
    .caption-slider .centerAccordionSlider .fsContent.active .mobile-image {
      height: 56vw; } }

.caption-slider .centerAccordionSlider .fsContent.active > .fsElementContent {
  color: #fff;
  background: #5b0019; }
  @media (max-width: 799px) {
    .caption-slider .centerAccordionSlider .fsContent.active > .fsElementContent {
      opacity: 1;
      max-height: 9999px; } }
  .caption-slider .centerAccordionSlider .fsContent.active > .fsElementContent a {
    color: #eeb111; }
    .caption-slider .centerAccordionSlider .fsContent.active > .fsElementContent a:hover, .caption-slider .centerAccordionSlider .fsContent.active > .fsElementContent a:focus {
      color: #de9e05; }

.caption-slider .centerAccordionSlider .fsContent > .fsElementContent {
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: block;
  color: transparent;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s; }
  @media (min-width: 800px) {
    .caption-slider .centerAccordionSlider .fsContent > .fsElementContent {
      background: #3f0112;
      bottom: -50px;
      position: absolute;
      min-height: 50px;
      opacity: 1;
      max-height: 9999px;
      transition: 0.3s; } }
  .caption-slider .centerAccordionSlider .fsContent > .fsElementContent p {
    margin-bottom: 0;
    letter-spacing: .05em;
    padding: 18.5px 30px 18.5px 30px;
    line-height: 1;
    font-size: 13px;
    white-space: pre-wrap; }
    @media (min-width: 800px) {
      .caption-slider .centerAccordionSlider .fsContent > .fsElementContent p {
        white-space: unset;
        font-size: 10px; } }
    @media (min-width: 900px) {
      .caption-slider .centerAccordionSlider .fsContent > .fsElementContent p {
        font-size: 11px; } }
    @media (min-width: 1000px) {
      .caption-slider .centerAccordionSlider .fsContent > .fsElementContent p {
        font-size: 13px; } }
  .caption-slider .centerAccordionSlider .fsContent > .fsElementContent a {
    color: #d09302;
    color: transparent;
    display: block;
    margin-top: 10px;
    font-weight: 600; }
    @media (min-width: 800px) {
      .caption-slider .centerAccordionSlider .fsContent > .fsElementContent a {
        margin-left: 20px;
        display: inline-block;
        margin-top: 0; } }
    .caption-slider .centerAccordionSlider .fsContent > .fsElementContent a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 18px;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: 5px;
      height: 0;
      line-height: 0;
      top: 3px;
      position: relative; }

.athletics-slider-container {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat; }

.athletics-slideshow {
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 100%; }
  @media (min-width: 600px) {
    .athletics-slideshow {
      width: 400px; } }
  @media (min-width: 1000px) {
    .athletics-slideshow {
      width: 630px; } }
  .athletics-slideshow .fsElementSlideshowControls > button {
    background: #820024;
    top: 15px;
    right: 15px; }
  .athletics-slideshow .fsElementSlideshow {
    padding: 0 !important;
    margin-bottom: 0; }
    .athletics-slideshow .fsElementSlideshow article {
      padding: 0; }
      .athletics-slideshow .fsElementSlideshow article.fsResourceTypeVideo {
        background: #3f0112; }
  .athletics-slideshow .slick-list {
    padding: 0 !important; }
  .athletics-slideshow picture {
    display: block;
    background-size: cover; }
    .athletics-slideshow picture img {
      min-width: 100%; }
  .athletics-slideshow figcaption,
  .athletics-slideshow .fsDescription {
    background: #3f0112;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    transition: opacity 0.3s;
    -ms-flex-align: center;
    align-items: center;
    padding: 18.5px 30px 18.5px 30px;
    background: #3f0112;
    min-height: 50px;
    opacity: 1;
    max-height: 9999px;
    transition: 0.3s;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 600px) {
      .athletics-slideshow figcaption,
      .athletics-slideshow .fsDescription {
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 600px) {
      .athletics-slideshow figcaption p:last-of-type,
      .athletics-slideshow .fsDescription p:last-of-type {
        display: -ms-flexbox;
        display: flex; }
        .athletics-slideshow figcaption p:last-of-type a,
        .athletics-slideshow .fsDescription p:last-of-type a {
          margin-left: auto; } }
    .athletics-slideshow figcaption p,
    .athletics-slideshow .fsDescription p {
      margin-bottom: 0;
      letter-spacing: 0.05em;
      line-height: 15.6px;
      font-size: 13px;
      color: white;
      padding-right: 5px; }
      @media (min-width: 800px) {
        .athletics-slideshow figcaption p,
        .athletics-slideshow .fsDescription p {
          font-size: 10px; } }
      @media (min-width: 900px) {
        .athletics-slideshow figcaption p,
        .athletics-slideshow .fsDescription p {
          font-size: 11px; } }
      @media (min-width: 1000px) {
        .athletics-slideshow figcaption p,
        .athletics-slideshow .fsDescription p {
          font-size: 13px; } }
    .athletics-slideshow figcaption a,
    .athletics-slideshow .fsDescription a {
      color: #d09302;
      display: block;
      margin-top: 10px;
      font-weight: 600;
      font-weight: 700;
      font-size: 13px;
      line-height: 16px;
      white-space: nowrap; }
      @media (min-width: 800px) {
        .athletics-slideshow figcaption a,
        .athletics-slideshow .fsDescription a {
          margin-left: 20px;
          display: inline-block;
          margin-top: 0; } }
      .athletics-slideshow figcaption a:hover:after, .athletics-slideshow figcaption a:focus:after,
      .athletics-slideshow .fsDescription a:hover:after,
      .athletics-slideshow .fsDescription a:focus:after {
        color: #fff; }
      .athletics-slideshow figcaption a:after,
      .athletics-slideshow .fsDescription a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-left: 5px;
        height: 0;
        line-height: 0;
        top: 3px;
        position: relative; }
  .athletics-slideshow .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85px;
    height: 50px;
    transition: all 0.3s;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
    .athletics-slideshow .slick-arrow:hover:before, .athletics-slideshow .slick-arrow:focus:before {
      color: #eeb111; }
    .athletics-slideshow .slick-arrow:before {
      position: absolute;
      background: transparent;
      color: #820024;
      -ms-transform: none;
      transform: none;
      transition: all 0.3s;
      font-size: 3.125rem;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      -ms-transform: translateX(0);
      transform: translateX(0);
      color: #ffff;
      text-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.8); }
      @media (min-width: 600px) {
        .athletics-slideshow .slick-arrow:before {
          text-shadow: none; } }
    .athletics-slideshow .slick-arrow.fsPrevButton.fsLeftArrow {
      left: -20px; }
      @media (min-width: 500px) {
        .athletics-slideshow .slick-arrow.fsPrevButton.fsLeftArrow {
          left: -85px; } }
      .athletics-slideshow .slick-arrow.fsPrevButton.fsLeftArrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athletics-slideshow .slick-arrow.fsNextButton.fsRightArrow {
      right: -20px; }
      @media (min-width: 500px) {
        .athletics-slideshow .slick-arrow.fsNextButton.fsRightArrow {
          right: -85px; } }

body:not(.fsComposeMode) .full-width {
  width: 100vw;
  margin-left: 50%;
  margin-right: 0;
  transform: translate3d(-50%, 0, 0);
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  margin-bottom: 0;
  background-color: transparent; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .full-width {
      padding: 125px 20px; } }
  body:not(.fsComposeMode) .full-width.beige {
    background: #FFF9DE; }
    body:not(.fsComposeMode) .full-width.beige h1, body:not(.fsComposeMode) .full-width.beige h2, body:not(.fsComposeMode) .full-width.beige h3, body:not(.fsComposeMode) .full-width.beige h4, body:not(.fsComposeMode) .full-width.beige h5, body:not(.fsComposeMode) .full-width.beige h6, body:not(.fsComposeMode) .full-width.beige p, body:not(.fsComposeMode) .full-width.beige span, body:not(.fsComposeMode) .full-width.beige a:not([class]) {
      color: #494A4C; }
    body:not(.fsComposeMode) .full-width.beige a:not([class]):hover, body:not(.fsComposeMode) .full-width.beige a:not([class]):focus {
      text-decoration: underline; }
    body:not(.fsComposeMode) .full-width.beige .fs_style_27:before, body:not(.fsComposeMode) .full-width.beige .fs_style_27:after {
      background: #FFF9DE; }
  body:not(.fsComposeMode) .full-width.red {
    background: #820024; }
    body:not(.fsComposeMode) .full-width.red .fs_style_27:before, body:not(.fsComposeMode) .full-width.red .fs_style_27:after {
      background: #820024; }
  body:not(.fsComposeMode) .full-width.blue {
    background: #003468; }
    body:not(.fsComposeMode) .full-width.blue .fs_style_27:before, body:not(.fsComposeMode) .full-width.blue .fs_style_27:after {
      background: #003468; }
  body:not(.fsComposeMode) .full-width.red h1, body:not(.fsComposeMode) .full-width.red h2, body:not(.fsComposeMode) .full-width.red h3, body:not(.fsComposeMode) .full-width.red h4, body:not(.fsComposeMode) .full-width.red h5, body:not(.fsComposeMode) .full-width.red h6, body:not(.fsComposeMode) .full-width.red p, body:not(.fsComposeMode) .full-width.red span, body:not(.fsComposeMode) .full-width.red a:not([class]), body:not(.fsComposeMode) .full-width.blue h1, body:not(.fsComposeMode) .full-width.blue h2, body:not(.fsComposeMode) .full-width.blue h3, body:not(.fsComposeMode) .full-width.blue h4, body:not(.fsComposeMode) .full-width.blue h5, body:not(.fsComposeMode) .full-width.blue h6, body:not(.fsComposeMode) .full-width.blue p, body:not(.fsComposeMode) .full-width.blue span, body:not(.fsComposeMode) .full-width.blue a:not([class]) {
    color: #fff; }
    body:not(.fsComposeMode) .full-width.red h1 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h1 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red h2 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h2 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red h3 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h3 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red h4 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h4 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red h5 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h5 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red h6 a:not([class]):hover, body:not(.fsComposeMode) .full-width.red h6 a:not([class]):focus, body:not(.fsComposeMode) .full-width.red p a:not([class]):hover, body:not(.fsComposeMode) .full-width.red p a:not([class]):focus, body:not(.fsComposeMode) .full-width.red span a:not([class]):hover, body:not(.fsComposeMode) .full-width.red span a:not([class]):focus, body:not(.fsComposeMode) .full-width.red a:not([class]) a:not([class]):hover, body:not(.fsComposeMode) .full-width.red a:not([class]) a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h1 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h1 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h2 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h2 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h3 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h3 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h4 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h4 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h5 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h5 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue h6 a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue h6 a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue p a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue p a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue span a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue span a:not([class]):focus, body:not(.fsComposeMode) .full-width.blue a:not([class]) a:not([class]):hover, body:not(.fsComposeMode) .full-width.blue a:not([class]) a:not([class]):focus {
      text-decoration: underline; }
  body:not(.fsComposeMode) .full-width > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .image-card {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .image-card {
      margin-bottom: 40px;
      -ms-flex-direction: row;
      flex-direction: row; } }

.map-container {
  position: relative;
  overflow: hidden; }
  .map-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container:before {
        display: block; } }
  .map-container > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container > header .fsElementTitle {
      display: none; }
    .map-container > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container > header .fsElementHeaderContent picture, .map-container > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-height: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        z-index: 15; } }
  body:not(.fsComposeMode) .map-container.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.active > .fsElementContent {
        margin-top: 0; } }
  .point-plotter .map-container {
    z-index: 10; }
    .point-plotter .map-container > header {
      opacity: .5; }
  .map-container > footer > .fsElementFooterContent {
    margin-top: 10px; }
    .map-container > footer > .fsElementFooterContent a.fs_style_31 {
      margin: 0; }
      .map-container > footer > .fsElementFooterContent a.fs_style_31:hover, .map-container > footer > .fsElementFooterContent a.fs_style_31:focus {
        color: #eeb111;
        background: #820024; }
  @media (min-width: 900px) {
    .map-container > footer {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 19; }
      .map-container > footer > .fsElementFooterContent {
        margin: 0; } }

.close-map {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  background-color: #6b001b;
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  @media (max-width: 899px) {
    .close-map {
      top: 10px;
      right: 10px;
      height: 40px;
      width: 40px; } }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #e6a100;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s; }

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0; }

.point-plotter .map-points {
  z-index: -1; }

body:not(.fsComposeMode) .map-points > header, body:not(.fsComposeMode) .map-points > footer {
  display: none; }

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0; }
  .map-points .fsStyleDefaultList > li.fsListItem {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    display: block;
    counter-increment: li;
    z-index: 2;
    transform: translate3d(-15.5px, -15.5px, 0);
    opacity: 0;
    visibility: hidden; }
    .map-points .fsStyleDefaultList > li.fsListItem:hover, .map-points .fsStyleDefaultList > li.fsListItem:focus {
      z-index: 5; }
    .map-points .fsStyleDefaultList > li.fsListItem.active-point {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 900px) {
        .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
          background-color: #fff;
          color: inherit; }
          .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
            opacity: 1;
            visibility: visible;
            transition: .5s; } }
    @media (min-width: 900px) {
      .map-points .fsStyleDefaultList > li.fsListItem {
        opacity: 1;
        visibility: visible; } }
    .fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
      position: relative; }
    .map-points .fsStyleDefaultList > li.fsListItem > a {
      width: 31px;
      height: 31px;
      border-radius: 100%;
      border: none;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      text-align: center;
      white-space: nowrap;
      display: block; }
      .fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
        color: #494a4c; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:before {
        display: none; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:after {
        content: counter(li);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        text-align: center;
        color: #6b001b;
        font-size: 19px;
        font-weight: 700;
        line-height: 1; }
      .map-points .fsStyleDefaultList > li.fsListItem > a > span {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        display: block;
        bottom: 41px;
        border-radius: 2px;
        background-color: #6b001b;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
        padding: 4px 8px;
        font-size: 13.5px;
        font-weight: normal;
        line-height: 17px;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
        .map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 6px 0 6px;
          border-color: #6b001b transparent transparent transparent;
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          bottom: -6px; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:hover, .map-points .fsStyleDefaultList > li.fsListItem > a:focus {
        background-color: #e6a100;
        color: inherit; }
        .map-points .fsStyleDefaultList > li.fsListItem > a:hover > span, .map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
          opacity: 1;
          visibility: visible;
          transition: .5s; }

.map-slideshow-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0 !important; }
  body:not(.fsComposeMode) .map-slideshow-element > header {
    display: none; }
  .map-slideshow-element > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .map-slideshow-element.show > .fsElementContent, .map-slideshow-element.empty > .fsElementContent {
    box-shadow: inset 0 0 0 1px #adb8bf;
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .map-slideshow-element .fsElementEmpty {
    padding: 70px 30px 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #adb8bf; }
  .map-slideshow-element .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .map-slideshow-element .fsListItems.slick-initialized {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out .3s; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems.slick-initialized article {
          overflow-y: auto; } }
    .map-slideshow-element .fsListItems .slick-list {
      height: 100% !important; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems .slick-list {
          position: relative; } }
    @media (min-width: 900px) {
      .map-slideshow-element .fsListItems .slick-track {
        height: 100%; } }
    .map-slideshow-element .fsListItems article {
      padding: 0;
      margin: 0;
      background-color: #6b001b; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems article {
          height: 100%; } }
      .map-slideshow-element .fsListItems article:first-child:last-child {
        padding-bottom: 0px; }
      .map-slideshow-element .fsListItems article .fsTitle {
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 30px;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-family: "calluna", Georgia, serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.25; }
        .map-slideshow-element .fsListItems article .fsTitle > a {
          color: inherit;
          pointer-events: none; }
        .map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
          display: none; }
      .map-slideshow-element .fsListItems article figure {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 100%; }
        .map-slideshow-element .fsListItems article figure picture {
          display: block;
          position: relative;
          width: 63%;
          background-position: center;
          background-size: cover; }
          .map-slideshow-element .fsListItems article figure picture img {
            width: 100%;
            opacity: 0; }
        @media (max-width: 899px) {
          .map-slideshow-element .fsListItems article figure {
            -ms-flex-direction: column;
            flex-direction: column; }
            .map-slideshow-element .fsListItems article figure picture {
              width: 100%;
              min-height: 25px; } }
      .map-slideshow-element .fsListItems article figcaption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 37%;
        margin: 0;
        padding: 30px 30px 0;
        color: #fff;
        font-style: normal;
        font-size: 20px;
        line-height: 28px;
        font-family: inherit;
        background-color: #6b001b; }
        @media (max-width: 899px) {
          .map-slideshow-element .fsListItems article figcaption {
            width: 100%;
            padding-bottom: 15px; } }
        .map-slideshow-element .fsListItems article figcaption h1, .map-slideshow-element .fsListItems article figcaption h2, .map-slideshow-element .fsListItems article figcaption h3, .map-slideshow-element .fsListItems article figcaption h4, .map-slideshow-element .fsListItems article figcaption h5, .map-slideshow-element .fsListItems article figcaption h6 {
          color: #fff; }
        .map-slideshow-element .fsListItems article figcaption a {
          color: #e6a100; }
          .map-slideshow-element .fsListItems article figcaption a:hover, .map-slideshow-element .fsListItems article figcaption a:focus {
            text-decoration: underline; }
        .map-slideshow-element .fsListItems article figcaption .fs_style_29 {
          color: #fff;
          background-color: transparent;
          transition: all .3s; }
          .map-slideshow-element .fsListItems article figcaption .fs_style_29:hover, .map-slideshow-element .fsListItems article figcaption .fs_style_29:focus {
            color: #6b001b;
            background-color: #e6a100;
            text-decoration: none; }
  .map-slideshow-element .slick-dots {
    position: absolute;
    bottom: 70px;
    left: 40px; }
    .map-slideshow-element .slick-dots, .map-slideshow-element .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .map-slideshow-element .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (max-width: 899px) {
      .map-slideshow-element .slick-dots {
        bottom: 10px; } }
    .map-slideshow-element .slick-dots li {
      display: inline-block; }
      .map-slideshow-element .slick-dots li button {
        height: 12px;
        width: 12px;
        padding: 0;
        font-size: 0;
        line-height: 12px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%; }
      .map-slideshow-element .slick-dots li.slick-active button {
        background-color: #e6a100;
        border-color: #e6a100; }
    .map-slideshow-element .slick-dots li + li:before {
      display: inline-block;
      height: 1px;
      width: 11px;
      margin: 0 5px;
      content: '';
      background-color: #fff; }
  .map-slideshow-element .slick-arrow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: auto;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.42);
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    line-height: 0;
    z-index: 20;
    border: none;
    cursor: pointer; }
    .map-slideshow-element .slick-arrow:before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      font-family: "IcoMoon";
      font-weight: normal;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 30px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      height: auto; }
    .map-slideshow-element .slick-arrow:hover, .map-slideshow-element .slick-arrow:focus {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s;
      outline: transparent; }
      .map-slideshow-element .slick-arrow:hover:before, .map-slideshow-element .slick-arrow:focus:before {
        color: #fff; }
    .map-slideshow-element .slick-arrow.fsPrevButton, .map-slideshow-element .slick-arrow.slick-prev {
      left: auto;
      right: 51px; }
      .map-slideshow-element .slick-arrow.fsPrevButton:before, .map-slideshow-element .slick-arrow.slick-prev:before {
        content: ""; }
    .map-slideshow-element .slick-arrow.slick-next:before {
      content: ""; }

.map-legend {
  position: relative; }
  .map-legend .fsElementTitle {
    color: #6b001b;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; }
  .map-legend .fsStyleDefaultList {
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      .map-legend .fsStyleDefaultList {
        -moz-column-gap: 20px;
        column-gap: 20px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial;
        -moz-column-count: 2;
        column-count: 2; } }
    .map-legend .fsStyleDefaultList.small {
      -moz-column-count: 1;
      column-count: 1; }
    @media (min-width: 1000px) {
      .map-legend .fsStyleDefaultList.large {
        -moz-column-count: 4;
        column-count: 4; } }
    .map-legend .fsStyleDefaultList > li.fsListItem {
      page-break-inside: avoid;
      break-inside: avoid;
      border: none;
      position: relative;
      padding: 0;
      margin: 0 0 15px;
      display: block;
      counter-increment: li;
      font-family: "calluna-sans", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      color: #000; }
      .map-legend .fsStyleDefaultList > li.fsListItem > a {
        display: inline-block;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: 20px;
        word-wrap: normal;
        word-break: normal;
        padding-left: 35px; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:before {
          content: counter(li);
          position: absolute;
          left: 0;
          top: 0;
          height: 23px;
          width: 23px;
          margin: 0;
          font-weight: 700;
          color: #fff;
          font-size: 13px;
          line-height: inherit;
          text-align: center;
          background-color: #6b001b;
          background-image: none;
          border-radius: 50%;
          transition: all .3s;
          opacity: 1; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:hover, .map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
          color: #767676; }
          .map-legend .fsStyleDefaultList > li.fsListItem > a:hover:before, .map-legend .fsStyleDefaultList > li.fsListItem > a:focus:before {
            color: #6b001b;
            background-color: #e6a100; }
  .map-legend.additional {
    z-index: 2;
    width: 100%;
    margin: 0 !important; }
    @media (min-width: 900px) {
      .map-legend.additional {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 360px; } }
    .map-legend.additional header {
      background-color: #fff;
      cursor: pointer; }
      @media (min-width: 900px) {
        .map-legend.additional header {
          padding: 0 20px; } }
      .map-legend.additional header button {
        margin: 0;
        color: #494a4c;
        font-family: "calluna", Georgia, serif;
        font-size: 19px;
        line-height: 40px;
        background-color: transparent;
        border: 0; }
        @media (max-width: 899px) {
          .map-legend.additional header button {
            padding: 0;
            font-size: 16px;
            text-align: left; } }
        .map-legend.additional header button:before {
          display: inline-block;
          margin-right: 15px;
          content: '+';
          color: #e6a100;
          font-size: 39px;
          vertical-align: sub; }
    .map-legend.additional .fsElementContent {
      max-height: 0;
      visibility: hidden;
      overflow: hidden;
      background-color: #e6a100;
      transition: max-height .8s; }
      .map-legend.additional .fsElementContent nav {
        padding: 20px 50px; }
    .map-legend.additional .fsStyleDefaultList {
      -moz-column-count: 1;
      column-count: 1; }
      .map-legend.additional .fsStyleDefaultList > li.fsListItem:not(:last-of-type) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .map-legend.additional .fsStyleDefaultList > li.fsListItem > a {
        padding-left: 0;
        font-size: 15px;
        line-height: 40px; }
        .map-legend.additional .fsStyleDefaultList > li.fsListItem > a:before {
          display: none; }
        .map-legend.additional .fsStyleDefaultList > li.fsListItem > a:hover, .map-legend.additional .fsStyleDefaultList > li.fsListItem > a:focus {
          color: #820024; }
    .map-legend.additional.show-menu header button:before {
      content: '-'; }
    .map-legend.additional.show-menu .fsElementContent {
      max-height: 500px;
      visibility: visible; }

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #494a4c;
  padding: 10px; }

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden; } }

@keyframes radiate-point-1 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8; } }

@keyframes radiate-point-2 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px; } }

.fsPostElement .fsDateTime {
  color: #54bceb;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.fsPostElement .fsTitle {
  margin-bottom: 0px; }

.wo-update .map-slideshow-element .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 40px; }

.wo-update .map-slideshow-element .fsListItems article figcaption {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .wo-update .map-slideshow-element .fsListItems article figcaption {
      position: absolute;
      bottom: 0;
      margin-bottom: 40px; } }

.wo-update .map-slideshow-element .fsListItems article figure {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .wo-update .map-slideshow-element .fsListItems article figure picture {
    width: 100%; }
    @media (min-width: 900px) {
      .wo-update .map-slideshow-element .fsListItems article figure picture {
        width: 100%;
        height: 75%; } }
    .wo-update .map-slideshow-element .fsListItems article figure picture img {
      height: 300px; }
      @media (min-width: 700px) {
        .wo-update .map-slideshow-element .fsListItems article figure picture img {
          height: 400px; } }
      @media (min-width: 900px) {
        .wo-update .map-slideshow-element .fsListItems article figure picture img {
          height: auto;
          display: none; } }
